summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.c
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-01-05 17:47:10 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-03-25 17:08:52 -0700
commit27669f806cc7dd75329bc93751bb58298e7e02eb (patch)
tree2c8c5613cdfc6f9ab0918c45e326de48e378abbb /fs/xfs/scrub/scrub.c
parent68982df17e98c68896294470d757c128015b82b1 (diff)
xfs: online repair of the realtime refcount btreerealtime-reflink_2021-03-25
Port the data device's refcount btree repair code to the realtime refcount btree. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/scrub/scrub.c')
-rw-r--r--fs/xfs/scrub/scrub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/scrub.c b/fs/xfs/scrub/scrub.c
index 9da1efd55102..5f8ef9861460 100644
--- a/fs/xfs/scrub/scrub.c
+++ b/fs/xfs/scrub/scrub.c
@@ -402,7 +402,7 @@ static const struct xchk_meta_ops meta_scrub_ops[] = {
.setup = xchk_setup_rtrefcountbt,
.scrub = xchk_rtrefcountbt,
.has = xfs_sb_version_hasrtreflink,
- .repair = xrep_notsupported,
+ .repair = xrep_rtrefcountbt,
},
};