enable utime_omit_ok flag

This commit is contained in:
Antonio SJ Musumeci 2017-04-10 21:36:56 -04:00
parent 8cfb1cbee4
commit 617195d71e

View File

@ -72,9 +72,10 @@ namespace local
const bool direct_io)
{
#if FLAG_NOPATH
ops.flag_nopath = false;
ops.flag_nopath = false;
#endif
ops.flag_nullpath_ok = false;
ops.flag_nullpath_ok = false;
ops.flag_utime_omit_ok = true;
ops.access = mergerfs::fuse::access;
ops.bmap = NULL;