Browse Source

fix rename failing on non-path preserving policies

pull/250/head
Antonio SJ Musumeci 9 years ago
parent
commit
2061211894
  1. 4
      src/rename.cpp

4
src/rename.cpp

@ -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…
Cancel
Save