diff options
author | KAMBAROV, ZAUR <kambarov@berkeley.edu> | 2005-07-07 17:57:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 18:23:47 -0700 |
commit | 7eaae2828dadae3abde7f77734c874d4b74b313a (patch) | |
tree | 7cee35b529ebb2e88c808b52909821a05d324035 /drivers | |
parent | 8f96c95680bfe66ff00c91859d4c73edf539b854 (diff) | |
download | linux-3.10-7eaae2828dadae3abde7f77734c874d4b74b313a.tar.gz linux-3.10-7eaae2828dadae3abde7f77734c874d4b74b313a.tar.bz2 linux-3.10-7eaae2828dadae3abde7f77734c874d4b74b313a.zip |
[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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions