diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index b91dffd7a031..d844175e60e8 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1244,7 +1244,7 @@ static int ext4_check_descriptors (struct super_block * sb) | |||
1244 | { | 1244 | { |
1245 | ext4_error (sb, "ext4_check_descriptors", | 1245 | ext4_error (sb, "ext4_check_descriptors", |
1246 | "Block bitmap for group %d" | 1246 | "Block bitmap for group %d" |
1247 | " not in group (block "E3FSBLK")!", | 1247 | " not in group (block %llu)!", |
1248 | i, block_bitmap); | 1248 | i, block_bitmap); |
1249 | return 0; | 1249 | return 0; |
1250 | } | 1250 | } |
@@ -1253,7 +1253,7 @@ static int ext4_check_descriptors (struct super_block * sb) | |||
1253 | { | 1253 | { |
1254 | ext4_error (sb, "ext4_check_descriptors", | 1254 | ext4_error (sb, "ext4_check_descriptors", |
1255 | "Inode bitmap for group %d" | 1255 | "Inode bitmap for group %d" |
1256 | " not in group (block "E3FSBLK")!", | 1256 | " not in group (block %llu)!", |
1257 | i, inode_bitmap); | 1257 | i, inode_bitmap); |
1258 | return 0; | 1258 | return 0; |
1259 | } | 1259 | } |
@@ -1263,7 +1263,7 @@ static int ext4_check_descriptors (struct super_block * sb) | |||
1263 | { | 1263 | { |
1264 | ext4_error (sb, "ext4_check_descriptors", | 1264 | ext4_error (sb, "ext4_check_descriptors", |
1265 | "Inode table for group %d" | 1265 | "Inode table for group %d" |
1266 | " not in group (block "E3FSBLK")!", | 1266 | " not in group (block %llu)!", |
1267 | i, inode_table); | 1267 | i, inode_table); |
1268 | return 0; | 1268 | return 0; |
1269 | } | 1269 | } |