From: Trond Myklebust Date: Sat, 26 Jan 2008 22:37:47 +0000 (-0500) Subject: NFS: Fix a sillyrename race... X-Git-Tag: v2.6.25-rc1~1146^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccca7fc6aab4e6b519e2d606ef34632e4f50e33;p=pandora-kernel.git NFS: Fix a sillyrename race... Ensure that readdir revalidates its data cache after blocking on sillyrename. Also fix a typo in nfs_do_call_unlink(): swap the ^= for an |=. The result is the same, since we've already checked that the flag is unset, but it makes the code more readable. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed