From: Thadeu Lima de Souza Cascardo Date: Tue, 27 Jan 2009 00:26:26 +0000 (-0500) Subject: ext4: Fix building with EXT4FS_DEBUG X-Git-Tag: v2.6.29-rc4~89^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd9784c91db79e953ea3fe3741f885bdc390a72;p=pandora-kernel.git ext4: Fix building with EXT4FS_DEBUG When bg_free_blocks_count was renamed to bg_free_blocks_count_lo in 560671a0, its uses under EXT4FS_DEBUG were not changed to the helper ext4_free_blks_count. Another commit, 498e5f24, also did not change everything needed under EXT4FS_DEBUG, thus making it spill some warnings related to printing format. This commit fixes both issues and makes ext4 build again when EXT4FS_DEBUG is enabled. Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed