summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:16:12 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:17:25 -0700
commit815b21453feec43eb6be2e4b4bff27e4f1558875 (patch)
tree5097dcf88921d7a40d58bba8d958623263d9623b /fs/xfs/Makefile
parentc3e388240bb45bff258ead6294f2335ec5cd1634 (diff)
xfs: online repair of the realtime refcount btree
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/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index c592bcab53df..9f8e03cb74a9 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -217,6 +217,7 @@ xfs-y += $(addprefix scrub/, \
xfs-$(CONFIG_XFS_RT) += $(addprefix scrub/, \
rgsuper_repair.o \
rtbitmap_repair.o \
+ rtrefcount_repair.o \
rtrmap_repair.o \
rtsummary_repair.o \
)