From 0e45b67d5aeb3dcfb6b149cf61c30b9a8e503f74 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Wed, 25 Aug 2010 09:05:27 +0200 Subject: [PATCH] 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-format-patch failed