mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 18:31:12 +08:00
Merge pull request #250 from trapexit/rename
fix rename failing on non-path preserving policies
This commit is contained in:
commit
447fd8b2fb
|
@ -296,8 +296,8 @@ namespace mergerfs
|
|||
oldpath,
|
||||
newpath);
|
||||
|
||||
return _rename_create_path(config.rename,
|
||||
config.create,
|
||||
return _rename_create_path(config.getattr,
|
||||
config.rename,
|
||||
config.srcmounts,
|
||||
config.minfreespace,
|
||||
oldpath,
|
||||
|
|
Loading…
Reference in New Issue
Block a user