Browse Source

enable utime_omit_ok flag

pull/395/head
Antonio SJ Musumeci 8 years ago
parent
commit
617195d71e
  1. 1
      src/mergerfs.cpp

1
src/mergerfs.cpp

@ -75,6 +75,7 @@ namespace local
ops.flag_nopath = false; ops.flag_nopath = false;
#endif #endif
ops.flag_nullpath_ok = false; ops.flag_nullpath_ok = false;
ops.flag_utime_omit_ok = true;
ops.access = mergerfs::fuse::access; ops.access = mergerfs::fuse::access;
ops.bmap = NULL; ops.bmap = NULL;

Loading…
Cancel
Save