File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments