From: Andrew Morton Date: Thu, 20 Mar 2008 00:01:05 +0000 (-0700) Subject: fs/ufs/balloc.c: fix sparc64 printk warning X-Git-Tag: v2.6.25-rc7~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df130392fb642ecd5564163b574ce69ffda1afa;p=pandora-kernel.git fs/ufs/balloc.c: fix sparc64 printk warning fs/ufs/balloc.c: In function `ufs_change_blocknr': fs/ufs/balloc.c:317: warning: long long unsigned int format, long unsigned int arg (arg 2) fs/ufs/balloc.c:317: warning: long long unsigned int format, long unsigned int arg (arg 3) sector_t is u64 and we don't know what type the architecture uses to implement u64. Cc: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed