From: Miklos Szeredi Date: Fri, 9 Sep 2005 20:10:38 +0000 (-0700) Subject: [PATCH] fuse: don't update file times X-Git-Tag: v2.6.14-rc1~274 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36c31ba95f0fe0a03c727300d9c4c54438a5636;p=pandora-kernel.git [PATCH] fuse: don't update file times Don't change mtime/ctime/atime to local time on read/write. Rather invalidate file attributes, so next stat() will force a GETATTR call. Bug reported by Ben Grimm. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed