From: Valerie Henson Date: Sun, 25 Jun 2006 12:48:12 +0000 (-0700) Subject: [PATCH] Make EXT2_DEBUG work again X-Git-Tag: v2.6.18-rc1~963 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21730eed11de42f22afcbd43f450a1872a0b5ea1;p=pandora-kernel.git [PATCH] Make EXT2_DEBUG work again This patch makes EXT2_DEBUG work again. Due to lack of proper include file, EXT2_DEBUG was undefined in bitmap.c and ext2_count_free() is left out. Moved to balloc.c and removed bitmap.c entirely. Second, debug versions of ext2_count_free_{inodes/blocks} reacquires superblock lock. Moved lock into callers. Signed-off-by: Val Henson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed