From: KAMBAROV, ZAUR Date: Fri, 8 Jul 2005 00:57:06 +0000 (-0700) Subject: [PATCH] coverity: fs/locks.c flp null check X-Git-Tag: v2.6.13-rc3~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eaae2828dadae3abde7f77734c874d4b74b313a;p=pandora-kernel.git [PATCH] coverity: fs/locks.c flp null check We're dereferencing `flp' and then we're testing it for NULLness. Either the compiler accidentally saved us or the existing null-pointer checdk is redundant. This defect was found automatically by Coverity Prevent, a static analysis tool. Signed-off-by: Zaur Kambarov Cc: Matthew Wilcox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed