aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/aops.c
diff options
context:
space:
mode:
authorRandy Dunlap <rddunlap@osdl.org>2005-03-03 06:19:53 -0500
committerAnton Altaparmakov <aia21@cantab.net>2005-05-05 06:11:47 -0400
commit8907547d4b099e67762ea4891c127ea1f6dd1cb7 (patch)
tree74fa9c887db8a7915325ad9a76d874ed134c0d9a /fs/ntfs/aops.c
parent5ae9fcf8f329baba4bada8719cb0337eef083a1a (diff)
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>
Diffstat (limited to 'fs/ntfs/aops.c')
-rw-r--r--fs/ntfs/aops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ntfs/aops.c b/fs/ntfs/aops.c
index 2b4b8b9e8796..2a7cba258cca 100644
--- a/fs/ntfs/aops.c
+++ b/fs/ntfs/aops.c
@@ -965,7 +965,8 @@ lock_retry_remap:
965 "attribute type 0x%x) because " 965 "attribute type 0x%x) because "
966 "its location on disk could " 966 "its location on disk could "
967 "not be determined (error " 967 "not be determined (error "
968 "code %lli).", (s64)block << 968 "code %lli).",
969 (long long)block <<
969 bh_size_bits >> 970 bh_size_bits >>
970 vol->mft_record_size_bits, 971 vol->mft_record_size_bits,
971 ni->mft_no, ni->type, 972 ni->mft_no, ni->type,