summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2020-10-25 17:14:55 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-10-26 18:32:21 -0700
commitf77263d6cd87c8cbd60a14d7ad2821790163135a (patch)
tree89a644f9f87e154570e4639cb77180d95cf2836f /fs/xfs/Makefile
parentca257220264a7f91811e1b1025fc675c02fcb1c0 (diff)
xfs: repair the rmapbt
Rebuild the reverse mapping btree from all primary metadata. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
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 c6252ac30e0b..86bb7bc4ea94 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -177,6 +177,7 @@ xfs-y += $(addprefix scrub/, \
inode_repair.o \
refcount_repair.o \
repair.o \
+ rmap_repair.o \
symlink_repair.o \
)