From: Chuck Lever Date: Fri, 20 Oct 2006 06:28:42 +0000 (-0700) Subject: [PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is non-NULL X-Git-Tag: v2.6.19-rc3~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85233a7a436a48a0b98e7976a66797e5da79c9d6;p=pandora-kernel.git [PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is non-NULL The "!inode" check in __nfs_revalidate_inode() occurs well after the first time it is dereferenced, so get rid of it. Coverity: #cid 1372, 1373 Test plan: Code review; recheck with Coverity. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed