summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-12-15 21:03:36 +0300
committerDarrick J. Wong <djwong@kernel.org>2023-12-15 21:03:36 +0300
commit2d295fe65776d15c06d53dbe3064f62e036e7c46 (patch)
tree7c7e5817faedd719ee6faebd40b2aa06ff2fd0ff /fs/xfs/Makefile
parentd9041681dd2f5334529a68868c9266631c384de4 (diff)
downloadlinux-2d295fe65776d15c06d53dbe3064f62e036e7c46.tar.xz
xfs: repair inode records
If an inode is so badly damaged that it cannot be loaded into the cache, fix the ondisk metadata and try again. If there /is/ a cached inode, fix any problems and apply any optimizations that can be solved incore. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
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 7e1df6fdaaad..561ab59b9422 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -184,6 +184,7 @@ xfs-y += $(addprefix scrub/, \
agheader_repair.o \
alloc_repair.o \
ialloc_repair.o \
+ inode_repair.o \
newbt.o \
reap.o \
refcount_repair.o \