commit | 5e57dad8e82d4703d1b85377bc237b4ab937a6f6 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Feb 19 16:36:03 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Feb 19 16:36:03 2020 -0800 |
tree | a45acecb4e918f0f60994186a4968861c4463235 | |
parent | bb5a3950475aff480c489eac216893c83c291e47 [diff] |
xfs_repair: try to correct sb_unit value from secondaries If the primary superblock's sb_unit leads to a rootino calculation that doesn't match sb_rootino /but/ we can find a secondary superblock whose sb_unit does match, fix the primary. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>