From: Aneesh Kumar K.V Date: Sun, 10 Feb 2008 06:10:04 +0000 (-0500) Subject: ext4: Don't panic in case of corrupt bitmap X-Git-Tag: v2.6.25-rc1~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26346ff681cb42c1436ed09c44dcae4809470dab;p=pandora-kernel.git ext4: Don't panic in case of corrupt bitmap Multiblock allocator calls BUG_ON in many case if the free and used blocks count obtained looking at the bitmap is different from what the allocator internally accounted for. Use ext4_error in such case and don't panic the system. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed