summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:06:52 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:16:52 -0700
commitbba3d256c4c27356a610303186d2bb12e3e090b8 (patch)
tree28c5b5ab557a2326acce0241cd15f57eb6bf7b0a /fs/xfs/Makefile
parent5bd194f351782bbed2f275800d82232852ce8f1c (diff)
xfs: create temporary files and directories for online repair
Teach the online repair code how to create temporary files or directories. These temporary files can be used to stage reconstructed information until we're ready to perform an atomic extent swap to commit the new metadata. 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 14452d265584..5a8f74d74ea4 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -196,6 +196,7 @@ xfs-y += $(addprefix scrub/, \
refcount_repair.o \
repair.o \
rmap_repair.o \
+ tempfile.o \
xfbtree.o \
)