Skip to content
Commit 451418fc authored by Andrew Gallagher's avatar Andrew Gallagher Committed by Miklos Szeredi
Browse files

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: default avatarAndrew Gallagher <andrewjcg@fb.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 063ec1e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment