summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:06:33 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:16:47 -0700
commite55600ba69b97153d6410ccedd8c5f1049b701f2 (patch)
tree15dcc972a37309ea2d380070173a9f520a24f2b7 /fs/xfs/Makefile
parent99b8cff7b521d1b870392a1264a5f82ee6e1a5df (diff)
xfs: repair the rmapbt
Rebuild the reverse mapping btree from all primary metadata. This first patch establishes the bare mechanics of finding records and putting together a new ondisk tree; more complex pieces are needed to make it work properly. 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 607243998779..41beb467d617 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -192,6 +192,7 @@ xfs-y += $(addprefix scrub/, \
reap.o \
refcount_repair.o \
repair.o \
+ rmap_repair.o \
xfbtree.o \
)