]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: complain about ag header crc errors
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 10 Jul 2020 19:35:46 +0000 (15:35 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 10 Jul 2020 19:35:46 +0000 (15:35 -0400)
commita891d871ee17680c12ebf57782fb8322f28e4247
tree6ae0418eedf529be1b556a4603724745d1e8dca4
parentc94d40ce168844fe0cefbb15512b576021698110
xfs_repair: complain about ag header crc errors

Repair doesn't complain about crc errors in the AG headers, and it
should.  Otherwise, this gives the admin the wrong impression about the
state of the filesystem after a nomodify check.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/scan.c