summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-04-15 23:54:53 +0200
committerDarrick J. Wong <djwong@kernel.org>2024-04-15 23:58:56 +0200
commitcc22edab9ea7f3ebcb61d41a417d4397e9b7b128 (patch)
treee214b2a476d7dae7e83399e9dea764d1aaeb2c6a /fs/xfs/Makefile
parentxfs: scan the filesystem to repair a directory dotdot entry (diff)
downloadlinux-cc22edab9ea7f3ebcb61d41a417d4397e9b7b128.tar.xz
linux-cc22edab9ea7f3ebcb61d41a417d4397e9b7b128.zip
xfs: online repair of parent pointers
Teach the online repair code to fix parent pointers for directories. For now, this means correcting the dotdot entry of an existing directory that is otherwise consistent. 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 3c754777ec28..d48646f86563 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -205,6 +205,7 @@ xfs-y += $(addprefix scrub/, \
inode_repair.o \
newbt.o \
nlinks_repair.o \
+ parent_repair.o \
rcbag_btree.o \
rcbag.o \
reap.o \