summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-05-21 17:07:18 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-08-16 19:06:22 -0700
commit9aaf70d58b47ad25600d4bc8989a813503550300 (patch)
tree954fb5bad467df287df2ae2c6525d49199a6ff67 /fs/xfs/Makefile
parentd0a0245316669d89afa82a3eb04cd1eb7abdb1c3 (diff)
xfs: repair inode block maps
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 a4b0e79ce988..1aa26be0f82e 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 \