[patch 1/3] fuse: fix attribute caching after create

From: Miklos Szeredi
Date: Tue Jan 29 2008 - 13:18:48 EST


From: Miklos Szeredi <mszeredi@xxxxxxx>

Invalidate attributes on create, since st_ctime is updated. Reported
by Szabolcs Szakacsits

Signed-off-by: Miklos Szeredi <mszeredi@xxxxxxx>
---

Index: linux/fs/fuse/dir.c
===================================================================
--- linux.orig/fs/fuse/dir.c 2008-01-29 17:12:56.000000000 +0100
+++ linux/fs/fuse/dir.c 2008-01-29 17:13:04.000000000 +0100
@@ -416,6 +416,7 @@ static int fuse_create_open(struct inode
fuse_put_request(fc, forget_req);
d_instantiate(entry, inode);
fuse_change_entry_timeout(entry, &outentry);
+ fuse_invalidate_attr(dir);
file = lookup_instantiate_filp(nd, entry, generic_file_open);
if (IS_ERR(file)) {
ff->fh = outopen.fh;

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/