summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-02-07 09:01:41 -0800
committerZorro Lang <zlang@kernel.org>2023-02-08 02:38:55 +0800
commit3fec4791015ea207a150260bc6ecd522d976592c (patch)
tree1b61910c55c76c72e684ddb2182a9df4e93df94b /include
parente926c8ffee93e85e19024adae26a8fb128efd2b1 (diff)
fuzzy: add a custom xfs find utility for scrub stress tests
Create a new find(1) like utility that doesn't crash on directory tree changes (like find does due to bugs in its loop detector) and actually implements the custom xfs attribute predicates that we need for scrub stress tests. This program will be needed for a future patch where we add stress tests for scrub and repair of file metadata. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 6641209f..dab10c96 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -68,6 +68,10 @@ HAVE_FIEMAP = @have_fiemap@
HAVE_FALLOCATE = @have_fallocate@
HAVE_COPY_FILE_RANGE = @have_copy_file_range@
HAVE_LIBBTRFSUTIL = @have_libbtrfsutil@
+HAVE_SEEK_DATA = @have_seek_data@
+HAVE_NFTW = @have_nftw@
+HAVE_BMV_OF_SHARED = @have_bmv_of_shared@
+HAVE_RLIMIT_NOFILE = @have_rlimit_nofile@
GCCFLAGS = -funsigned-char -fno-strict-aliasing -Wall