summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorHironori Shiina <shiina.hironori@gmail.com>2022-10-17 11:11:51 -0400
committerZorro Lang <zlang@kernel.org>2022-10-27 23:31:15 +0800
commit1ffa16c57368127e387b474c57b2cc801a98aec7 (patch)
treeb7543c0d33100da44e7292c8ba2015702957a970 /src/Makefile
parenta75c5f50584e03ca7862ad51f48efd2d524d1dc5 (diff)
xfs: test for fixing wrong root inode number in dump
Test '-x' option of xfsrestore. With this option, a wrong root inode number in a dump file is corrected. A root inode number can be wrong in a dump created by problematic xfsdump (v3.1.7 - v3.1.9) with bulkstat misuse. In this test, a corrupted dump file is created by overwriting a root inode number in a header. Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Hironori Shiina <shiina.hironori@fujitsu.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5f565e73..afdf6b30 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -19,7 +19,7 @@ TARGETS = dirstress fill fill2 getpagesize holes lstat64 \
t_ofd_locks t_mmap_collision mmap-write-concurrent \
t_get_file_time t_create_short_dirs t_create_long_dirs t_enospc \
t_mmap_writev_overlap checkpoint_journal mmap-rw-fault allocstale \
- t_mmap_cow_memory_failure
+ t_mmap_cow_memory_failure fake-dump-rootino
LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
preallo_rw_pattern_writer ftrunc trunc fs_perms testx looptest \