summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-02-28 18:59:37 -0800
committerZorro Lang <zlang@kernel.org>2023-03-02 17:18:08 +0800
commitbf183828b8f4c3caf3d3fd1f96d9f396db7508e5 (patch)
tree2eaa2a1f14c23f4c1bd7eb0bb8495072f1861e48 /include
parentf02d41a7b5cade6bb7f9b4009e787b284283eccf (diff)
fsx: support FIEXCHANGE_RANGE
Upgrade fsx to support exchanging file contents. 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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index dab10c96..969acf0d 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -72,6 +72,7 @@ HAVE_SEEK_DATA = @have_seek_data@
HAVE_NFTW = @have_nftw@
HAVE_BMV_OF_SHARED = @have_bmv_of_shared@
HAVE_RLIMIT_NOFILE = @have_rlimit_nofile@
+HAVE_FIEXCHANGE = @have_fiexchange@
GCCFLAGS = -funsigned-char -fno-strict-aliasing -Wall