mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 08:07:03 +08:00
func_create_ff.cpp
This commit is contained in:
parent
660ecc9259
commit
35d2e490f3
|
@ -50,6 +50,9 @@ namespace l
|
|||
|
||||
fullpath = branch.path / fusepath_;
|
||||
|
||||
if(!fs::acl::dir_has_defaults(fullpath))
|
||||
mode_ &= ~umask_;
|
||||
|
||||
rv = fs::open(fullpath,ffi_->flags,mode_);
|
||||
if((rv == -1) && (errno == EROFS))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user