diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-03-20 01:01:05 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-20 02:53:37 +0100 |
commit | 9df130392fb642ecd5564163b574ce69ffda1afa (patch) | |
tree | 26b81bd5e7c0250e24f155bb0c347bafd669ce3c /init | |
parent | drivers/md/raid5.c: fix printk warnings (diff) | |
download | linux-9df130392fb642ecd5564163b574ce69ffda1afa.tar.xz linux-9df130392fb642ecd5564163b574ce69ffda1afa.zip |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions