Skip to content

Commit 56998f3

Browse files
author
Jaegeuk Kim
committed
debug
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent f340054 commit 56998f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mkfs/f2fs_format.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ static int f2fs_prepare_super_block(void)
388388
* With a sole zoned LU, segment0 start should be
389389
* aligned at the zone.
390390
*/
391-
MSG(1, "\tError: Unaligned segment0 start (%u) for zoned LU (zone_blocks: %lu)\n",
391+
MSG(1, "\tError: Unaligned segment0 start (%u) for zoned LU (zone_blocks: %llu)\n",
392392
get_sb(segment0_blkaddr), c.zone_blocks);
393393
return -1;
394394
} else if (c.ndevs > 1 &&
@@ -399,7 +399,7 @@ static int f2fs_prepare_super_block(void)
399399
* LU should be aligned to the zone size, starting from
400400
* segment0.
401401
*/
402-
MSG(1, "\tError: Unaligned start (%lu) for zoned LU from segment0 (%u) (zone_blocks: %lu)\n",
402+
MSG(1, "\tError: Unaligned start (%lu) for zoned LU from segment0 (%u) (zone_blocks: %llu)\n",
403403
c.devices[1].start_blkaddr,
404404
get_sb(segment0_blkaddr), c.zone_blocks);
405405
return -1;

0 commit comments

Comments
 (0)