summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-02-22 23:43:41 +0300
committerDarrick J. Wong <djwong@kernel.org>2024-02-22 23:43:41 +0300
commit7a2192ac109989e5e077271ca1876104acce731e (patch)
treea41a09202b18ce00cb1aba484b59a14e1ece0e3f /fs/xfs/Makefile
parent18a1e644b094a12e5417c386b850aaa85bdca51f (diff)
downloadlinux-7a2192ac109989e5e077271ca1876104acce731e.tar.xz
xfs: create refcount bag structure for btree repairs
Create a bag structure for refcount information that uses the refcount bag btree defined in the previous patch. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
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 cca169bd9617..76674ad5833e 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -199,6 +199,7 @@ xfs-y += $(addprefix scrub/, \
newbt.o \
nlinks_repair.o \
rcbag_btree.o \
+ rcbag.o \
reap.o \
refcount_repair.o \
repair.o \