summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-08-30 15:44:52 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-10-19 10:39:07 -0700
commitbad0b9396c026bf2181162059e24f8b940afbccf (patch)
tree03476967e9c8c9ce8010bc1cf4aeced42fe70895 /fs/xfs/Makefile
parentcadf882fab3b6804aa80471c4854240ecc17cd2a (diff)
xfs: repair inode block mapsrepair-inodes_2019-10-19
Use the reverse-mapping btree information to rebuild an inode block map. 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 055c55ec2a00..0d8f94e42c8e 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -163,6 +163,7 @@ xfs-y += $(addprefix scrub/, \
alloc_repair.o \
array.o \
bitmap.o \
+ bmap_repair.o \
ialloc_repair.o \
inode_repair.o \
refcount_repair.o \