mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 18:19:39 +08:00
enable utime_omit_ok flag
This commit is contained in:
parent
8cfb1cbee4
commit
617195d71e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user