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