commit | 691beb13cdc88358334ef0ba867c080a247a760f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Oct 05 14:48:22 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 07 17:59:43 2008 -0400 |
tree | 35e0bb75f726f32962418902f33c5f779711dddc | |
parent | 2f28ea614ff497202d5a52af82da523ae4a20718 [diff] |
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: Trond Myklebust <Trond.Myklebust@netapp.com>