Skip to content
Snippets Groups Projects
Commit 691beb13 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Allow concurrent inode revalidation


Currently, if two processes are both trying to revalidate metadata for the
same inode, they will find themselves being serialised. There is no good
justification for this now that we have improved our ability to detect
stale attribute data, so we should remove that serialisation.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 2f28ea61
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment