commit | fccca7fc6aab4e6b519e2d606ef34632e4f50e33 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Jan 26 17:37:47 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:05:21 2008 -0500 |
tree | 4d12d88039d229263a610647df6c751585f714dc | |
parent | 5b10ca19ea4859d3884d10a3eb8495de92089792 [diff] |
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 <Trond.Myklebust@netapp.com>