From: Peng Tao Date: Tue, 28 Jul 2009 01:44:40 +0000 (-0400) Subject: ext4: fix build warning when EXT4FS_DEBUG is on X-Git-Tag: v2.6.32-rc1~633^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785b4b3a5a992eeb8b495a89b6f690b383010aba;p=pandora-kernel.git ext4: fix build warning when EXT4FS_DEBUG is on When compiling with EXT4FS_DEBUG on, gcc will complain with following warnings: linux-2.6/fs/ext4/ialloc.c: In function ‘ext4_count_free_inodes’: linux-2.6/fs/ext4/ialloc.c:1192: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘ext4_group_t’ So add a type cast to suppress it. Signed-off-by: Peng Tao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed