NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
This commit is contained in:
@@ -1447,7 +1447,7 @@ not_enabled:
|
||||
if (unlikely(i_size_read(tmp_ino) < sizeof(USN_HEADER))) {
|
||||
ntfs_error(vol->sb, "Found corrupt $UsnJrnl/$DATA/$Max "
|
||||
"attribute (size is 0x%llx but should be at "
|
||||
"least 0x%x bytes).", i_size_read(tmp_ino),
|
||||
"least 0x%zx bytes).", i_size_read(tmp_ino),
|
||||
sizeof(USN_HEADER));
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user