commit | b255fab0f80cc65a334fcd90cd278673cddbc988 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Sun Nov 06 17:03:14 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Nov 16 15:25:01 2022 -0800 |
tree | 40b87933bca9746cf24ca4c6c8a2836693025bce | |
parent | 3e59c0103e66d6e687a8b47fd70169542aba938e [diff] |
xfs: make AGFL repair function avoid crosslinked blocks Teach the AGFL repair function to check each block of the proposed AGFL against the rmap btree. If the rmapbt finds any mappings that are not OWN_AG, strike that block from the list. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>