commit | 7eaae2828dadae3abde7f77734c874d4b74b313a | [log] [tgz] |
---|---|---|
author | KAMBAROV, ZAUR <kambarov@berkeley.edu> | Thu Jul 07 17:57:06 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:47 2005 -0700 |
tree | 7cee35b529ebb2e88c808b52909821a05d324035 | |
parent | 8f96c95680bfe66ff00c91859d4c73edf539b854 [diff] |
[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 <zkambarov@coverity.com> Cc: Matthew Wilcox <willy@debian.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>