From: Heiko Carstens Date: Mon, 20 Feb 2012 22:57:24 +0000 (-0500) Subject: ext4: fix balloc.c printk-format-warning X-Git-Tag: v3.4-rc1~75^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4dc462f556afe510d58d3b12b3d66c2cabff539;p=pandora-kernel.git ext4: fix balloc.c printk-format-warning Get rid of this one: fs/ext4/balloc.c: In function 'ext4_wait_block_bitmap': fs/ext4/balloc.c:405:3: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'sector_t' [-Wformat] Happens because sector_t is u64 (unsigned long long) or unsigned long dependent on CONFIG_64BIT. Signed-off-by: Heiko Carstens Acked-by: Randy Dunlap Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed