fix: hard link attribute update was delayed by one second

master
szaka 2008-03-30 20:22:14 +00:00
parent 2a3d44e3d6
commit c231d73e19
1 changed files with 1 additions and 1 deletions

View File

@ -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)