From: Dan Carpenter Date: Wed, 25 Aug 2010 07:05:27 +0000 (+0200) Subject: affs: testing the wrong variable X-Git-Tag: v2.6.37-rc1~94^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e45b67d5aeb3dcfb6b149cf61c30b9a8e503f74;p=pandora-kernel.git affs: testing the wrong variable The intent was to verify that bh = affs_bread_ino(...) returned a valid pointer. We checked "ext_bh" earlier in the function and it's valid here. Signed-off-by: Dan Carpenter Signed-off-by: Al Viro --- Reading git-diff-tree failed