commit | 451418fc928b5ec1ee96a9afac807b6312811a2a | [log] [tgz] |
---|---|---|
author | Andrew Gallagher <andrewjcg@fb.com> | Tue Nov 05 03:55:43 2013 -0800 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Jan 22 19:36:58 2014 +0100 |
tree | 447f2e957ae82c8e3701bd7f9b127aef564bd4a2 | |
parent | 063ec1e595f8a82b5a8fd0acb3e88c8b49a1e6c1 [diff] |
fuse: don't invalidate attrs when not using atime Various read operations (e.g. readlink, readdir) invalidate the cached attrs for atime changes. This patch adds a new function 'fuse_invalidate_atime', which checks for a read-only super block and avoids the attr invalidation in that case. Signed-off-by: Andrew Gallagher <andrewjcg@fb.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>