From: Trond Myklebust Date: Wed, 9 May 2007 13:00:18 +0000 (-0400) Subject: NFS: Remove redundant check in nfs_check_verifier() X-Git-Tag: v2.6.22-rc1~139^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70c490810dc683fad39e57cf00e69d5f120c542;p=pandora-kernel.git NFS: Remove redundant check in nfs_check_verifier() The check for nfs_attribute_timeout(dir) in nfs_check_verifier is redundant: nfs_lookup_revalidate() will already call nfs_revalidate_inode() on the parent dir when necessary. The only case where this is not done is the case of a negative dentry. Fix this case by moving up the revalidation code. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed