From: Alexander Beregalov Date: Wed, 29 Oct 2008 21:13:08 +0000 (-0400) Subject: ext4: fix printk format warning X-Git-Tag: v2.6.29-rc1~40^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f72fbdf0d92e6127583cc548bf043c60cd4720f;p=pandora-kernel.git ext4: fix printk format warning fs/ext4/balloc.c:607: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64' fs/ext4/inode.c:1822: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64' fs/ext4/inode.c:1824: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64' Signed-off-by: Alexander Beregalov Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed