From: Aneesh Kumar K.V Date: Sun, 10 Feb 2008 06:07:28 +0000 (-0500) Subject: ext4: Fix null bh pointer dereference in mballoc X-Git-Tag: v2.6.25-rc1~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a10add852e6291a7544afd8a286622a3e6ae76;p=pandora-kernel.git ext4: Fix null bh pointer dereference in mballoc Repoted by Adrian Bunk : The Coverity checker spotted the following NULL dereference: static int ext4_mb_mark_diskspace_used { ... if (!bitmap_bh) goto out_err; ... out_err: sb->s_dirt = 1; put_bh(bitmap_bh); ... Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao --- Reading git-diff-tree failed