]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ufs/balloc.c: fix sparc64 printk warning
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 20 Mar 2008 00:01:05 +0000 (17:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Mar 2008 01:53:37 +0000 (18:53 -0700)
commitdb4b1ed6b17bfe246538409b618d56142b807e99
tree26b81bd5e7c0250e24f155bb0c347bafd669ce3c
parentf3586a21ec4c43e58efa944a7c01196c06c01a94
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 <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ufs/balloc.c