mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
NTFS: Fix printk format warnings on ia64. (Randy Dunlap)
Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
This commit is contained in:
committed by
Anton Altaparmakov
parent
5ae9fcf8f3
commit
8907547d4b
@@ -965,7 +965,8 @@ lock_retry_remap:
|
||||
"attribute type 0x%x) because "
|
||||
"its location on disk could "
|
||||
"not be determined (error "
|
||||
"code %lli).", (s64)block <<
|
||||
"code %lli).",
|
||||
(long long)block <<
|
||||
bh_size_bits >>
|
||||
vol->mft_record_size_bits,
|
||||
ni->mft_no, ni->type,
|
||||
|
||||
Reference in New Issue
Block a user