commit | 43059d5416c9441aad8f50b96e00f3e8a8a49673 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Aug 06 11:06:35 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Aug 09 11:13:17 2021 -0700 |
tree | 8a6f235ac7cca9966732db03e208d40999c2e11a | |
parent | 48c6615cc557593e4190415a6945b7aca7c8db31 [diff] |
xfs: dump log intent items that cannot be recovered due to corruption If we try to recover a log intent item and the operation fails due to filesystem corruption, dump the contents of the item to the log for further analysis. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de>