From c231d73e19f936a21cee32aa61b35a6a78f30ec3 Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 30 Mar 2008 20:22:14 +0000 Subject: [PATCH] fix: hard link attribute update was delayed by one second --- src/ntfs-3g.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index a78eda70..f4059d68 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -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)