From: Trond Myklebust Date: Sat, 29 Sep 2007 21:15:01 +0000 (-0400) Subject: NFS: Fix nfs_verify_change_attribute() X-Git-Tag: v2.6.24-rc1~1285^2~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b841736bc16b320bcdb1e8ece585b3ced9a8811;p=pandora-kernel.git 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 --- Reading git-diff-tree failed