commit | 4b841736bc16b320bcdb1e8ece585b3ced9a8811 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Sep 29 17:15:01 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 09 17:19:20 2007 -0400 |
tree | c79e4c99393b8ebfd54617f0ffa791dacc443cb5 | |
parent | 8edb01828837302055a8f0afddb2256659480bc5 [diff] |
NFS: Fix nfs_verify_change_attribute() We don't care about whether or not some other process on our client is changing the directory while we're in nfs_lookup_revalidate(), because the dcache will take care of ensuring local atomicity. We can therefore remove the test for nfs_caches_unstable(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>