From: Trond Myklebust Date: Sun, 5 Oct 2008 18:48:22 +0000 (-0400) Subject: NFS: Allow concurrent inode revalidation X-Git-Tag: v2.6.28-rc1~266^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691beb13cdc88358334ef0ba867c080a247a760f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed