From: OGAWA Hirofumi Date: Thu, 6 Nov 2008 20:53:58 +0000 (-0800) Subject: fat: i_blocks warning fix X-Git-Tag: v2.6.28-rc4~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3302931db090d87e9015c3a7ce5c97a7dd90f78;p=pandora-kernel.git fat: i_blocks warning fix blkcnt_t type depends on CONFIG_LSF. Use unsigned long long always for printk(). But lazy to type it, so add "llu" and use it. Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed