mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 04:23:43 +08:00
fs_acl.cpp
This commit is contained in:
parent
e65946991c
commit
20379e4dec
|
@ -40,5 +40,12 @@ namespace fs
|
|||
|
||||
return (rv != -1);
|
||||
}
|
||||
|
||||
bool
|
||||
dir_has_defaults(const int fd_,
|
||||
const ghc::filesystem::path &relpath_)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user