diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:43:41 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:43:41 -0800 |
commit | 7a2192ac109989e5e077271ca1876104acce731e (patch) | |
tree | a41a09202b18ce00cb1aba484b59a14e1ece0e3f /fs/xfs/Makefile | |
parent | 18a1e644b094a12e5417c386b850aaa85bdca51f (diff) |
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/Makefile | 1 |
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 \ |