summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-01-05 17:43:33 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-08-25 22:25:53 -0700
commit4a1016a586de4a08950c24248cd643f505b393b0 (patch)
tree2b08304d5dd79dda5ee70d33d4028f0b785d4815 /fs/xfs/Makefile
parent00f6a8e1a1d9bb0723d1a511d75f313067d4b499 (diff)
xfs: repair inode block maps
Use the reverse-mapping btree information to rebuild an inode block map. Update the btree bulk loading code as necessary to support inode rooted btrees and fix some bitrot problems. 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 9ad79fb2b70c..0ba09cafa35b 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -169,6 +169,7 @@ xfs-y += $(addprefix scrub/, \
agheader_repair.o \
alloc_repair.o \
bitmap.o \
+ bmap_repair.o \
ialloc_repair.o \
inode_repair.o \
refcount_repair.o \