diff options
| author | Andrew Morton <[email protected]> | 2008-03-19 17:01:05 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-03-19 18:53:37 -0700 |
| commit | 9df130392fb642ecd5564163b574ce69ffda1afa (patch) | |
| tree | 26b81bd5e7c0250e24f155bb0c347bafd669ce3c /scripts | |
| parent | 9ea85ebae1e05100cdb4807db4f265b0ede7aad8 (diff) | |
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions