commit | 97410164d071f336dfef4bdbe73b1cc92aa4bc5a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jun 25 18:27:59 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jul 02 08:24:58 2020 -0700 |
tree | fb57a2d5ddfe4a65151cfe6e01e0b85e475698c9 | |
parent | 8667060b55754dcace73d97cddda7b230f09b1aa [diff] |
xfs_repair: complain about any nonzero inprogress value, not just 1 Complain about the primary superblock having any non-zero sb_inprogress value, not just 1. This brings repair's behavior into alignment with xfs_check and the kernel. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>