fuse: fix attribute caching after create
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 6 Feb 2008 09:38:38 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:13 +0000 (10:41 -0800)
commit0952b2a4a82b2deb76463dbcf1355b806dc81134
tree3daa0df6383263a80ef7ebbd96f721250c40a7ed
parentaf440f52927e4b6941aa94e3cfc698adb0f22663
fuse: fix attribute caching after create

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

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fuse/dir.c