diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2018-08-09 22:43:04 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-08-10 11:44:31 -0700 |
commit | 13942aa94a8b5df662d93c42c307b2f50cbe88b0 (patch) | |
tree | 38276489cfc812cd420471d86bc4cf1a245e7f65 /fs/xfs/scrub/scrub.c | |
parent | 0e93d3f43ec7d3308bff25ce1be81d46330168c9 (diff) | |
download | linux-13942aa94a8b5df662d93c42c307b2f50cbe88b0.tar.gz linux-13942aa94a8b5df662d93c42c307b2f50cbe88b0.tar.bz2 linux-13942aa94a8b5df662d93c42c307b2f50cbe88b0.zip |
xfs: repair the AGI
Rebuild the AGI header items with some help from the rmapbt.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/scrub/scrub.c')
-rw-r--r-- | fs/xfs/scrub/scrub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/scrub.c b/fs/xfs/scrub/scrub.c index 2670f4cf62f4..4bfae1e61d30 100644 --- a/fs/xfs/scrub/scrub.c +++ b/fs/xfs/scrub/scrub.c @@ -226,7 +226,7 @@ static const struct xchk_meta_ops meta_scrub_ops[] = { .type = ST_PERAG, .setup = xchk_setup_fs, .scrub = xchk_agi, - .repair = xrep_notsupported, + .repair = xrep_agi, }, [XFS_SCRUB_TYPE_BNOBT] = { /* bnobt */ .type = ST_PERAG, |