commit | 7588b04df32b92da77582c2088e9a10245c3a094 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Apr 19 12:47:49 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Jun 12 11:46:00 2024 -0700 |
tree | 9ccf6704e88772fe604d8269a0ad43201d995b5e | |
parent | 70dc8b9d665d52cc1a4f26859c32906e9e3f1a74 [diff] |
xfs_repair: log when buffers fail CRC checks even if we just recompute it We should always log metadata block CRC validation errors, even if we decide that the block contents are ok and that we'll simply recompute the checksum. Without this patch, xfs_repair -n won't say anything about crc errors on these blocks. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>