Browse Source

enable utime_omit_ok flag

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

5
src/mergerfs.cpp

@ -72,9 +72,10 @@ namespace local
const bool direct_io) const bool direct_io)
{ {
#if FLAG_NOPATH #if FLAG_NOPATH
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