xfs: clear pagf_agflreset when repairing the AGFL
authorDarrick J. Wong <djwong@kernel.org>
Thu, 10 Aug 2023 14:48:11 +0000 (07:48 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 10 Aug 2023 14:48:11 +0000 (07:48 -0700)
commit9ce7f9b225b6052bfe50ebf255978a1806ab0472
tree25221d5498bd3c651c2c48f2dc0bbfaa806e332f
parent5c83df2e54b6af870e3e02ccd2a8ecd54e36668c
xfs: clear pagf_agflreset when repairing the AGFL

Clear the pagf_agflreset flag when we're repairing the AGFL because we
fix all the same padding problems that xfs_agfl_reset does.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/agheader_repair.c