mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 07:43:38 +08:00
fix rename failing on non-path preserving policies
This commit is contained in:
parent
5030d5a5b4
commit
2061211894
@ -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…
x
Reference in New Issue
Block a user