]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fuse: don't update file times
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 9 Sep 2005 20:10:38 +0000 (13:10 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 21:03:47 +0000 (14:03 -0700)
commit406d9d0faf2493b73bfbac33b0e0f5ab1c28f7e7
tree092a83bc7f351bdd66aafee0f59fddba982b4317
parentb1cb36144091e00694a6a23bc3e9af5d6f2a308c
[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 <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dir.c
fs/fuse/file.c
fs/fuse/inode.c