fix: hard link attribute update was delayed by one second
parent
2a3d44e3d6
commit
c231d73e19
|
@ -2178,7 +2178,7 @@ static struct fuse *mount_fuse(char *parsed_options)
|
|||
|
||||
if (fuse_opt_add_arg(&args, "") == -1)
|
||||
goto err;
|
||||
if (fuse_opt_add_arg(&args, "-ouse_ino,kernel_cache") == -1)
|
||||
if (fuse_opt_add_arg(&args, "-ouse_ino,kernel_cache,attr_timeout=0") == -1)
|
||||
goto err;
|
||||
if (ctx->debug)
|
||||
if (fuse_opt_add_arg(&args, "-odebug") == -1)
|
||||
|
|
Loading…
Reference in New Issue