|
@@ -583,7 +583,8 @@ xfs_sb_verify(
|
|
* Only check the in progress field for the primary superblock as
|
|
* Only check the in progress field for the primary superblock as
|
|
* mkfs.xfs doesn't clear it from secondary superblocks.
|
|
* mkfs.xfs doesn't clear it from secondary superblocks.
|
|
*/
|
|
*/
|
|
- return xfs_mount_validate_sb(mp, &sb, bp->b_bn == XFS_SB_DADDR,
|
|
|
|
|
|
+ return xfs_mount_validate_sb(mp, &sb,
|
|
|
|
+ bp->b_maps[0].bm_bn == XFS_SB_DADDR,
|
|
check_version);
|
|
check_version);
|
|
}
|
|
}
|
|
|
|
|