commit | 7e3176555003a45318010d9820eb5ad1abb596bf | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sat Mar 25 03:07:51 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:22:57 2006 -0800 |
tree | 7553a8e0c69ee9db1234b3523e153f3b2d655361 | |
parent | 3cdc409c169c9f2155151eea82cb9868e4d62788 [diff] |
[PATCH] md/bitmap.c:bitmap_mask_state(): fix inconsequent NULL checking We dereference bitmap both one line above and one line below this check rendering this check quite useless. Spotted by the Coverity checker. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Alasdair G Kergon <agk@redhat.com> Cc: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>