commit | 927d92831b19a4e35651d0917a0729f8ca275cfd | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Jun 03 14:28:19 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 12 18:05:50 2022 -0700 |
tree | 2973788badee67f64038d3e362e4dffa73cec3f6 | |
parent | 2e2c74b350443726dde828b8d5d95da6ed35f98b [diff] |
xfs_repair: check free rt extent count Check the superblock's free rt extent count against what we observed. This increases the runtime and memory usage, but we can now report undercounting frextents as a result of a logging bug in the kernel. Note that repair has always fixed the undercount, but it no longer does that silently. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandan.babu@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>