File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,7 +389,8 @@ static int f2fs_prepare_super_block(void)
389389 * aligned at the zone.
390390 */
391391 MSG (1 , "\tError: Unaligned segment0 start (%u) for zoned LU (zone_blocks: %lu)\n" ,
392- get_sb (segment0_blkaddr ), c .zone_blocks );
392+ get_sb (segment0_blkaddr ),
393+ (unsigned long )c .zone_blocks );
393394 return -1 ;
394395 } else if (c .ndevs > 1 &&
395396 (c .devices [1 ].start_blkaddr - get_sb (segment0_blkaddr )) % c .zone_blocks ) {
@@ -401,7 +402,8 @@ static int f2fs_prepare_super_block(void)
401402 */
402403 MSG (1 , "\tError: Unaligned start (%lu) for zoned LU from segment0 (%u) (zone_blocks: %lu)\n" ,
403404 c .devices [1 ].start_blkaddr ,
404- get_sb (segment0_blkaddr ), c .zone_blocks );
405+ get_sb (segment0_blkaddr ),
406+ (unsigned long )c .zone_blocks );
405407 return -1 ;
406408 }
407409 }
You can’t perform that action at this time.
0 commit comments