summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZorro Lang <zlang@redhat.com>2020-09-11 15:15:51 +0800
committerEryu Guan <guaneryu@gmail.com>2020-09-27 17:31:10 +0800
commit57a18fcb244cc671764f95eba74ec59c47f5c720 (patch)
tree72f6eba5ecf1fb86cccce4f9b232302e0956a204 /include
parent35630aee947607bf725a034271ef6ddd9c3ec21d (diff)
fsstress: add IO_URING read and write operations
IO_URING is a new feature of curent linux kernel, add basic IO_URING read/write into fsstess to cover this kind of IO testing. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
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 e7894b1a..fded3230 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -61,6 +61,7 @@ RPM_VERSION = @rpm_version@
ENABLE_SHARED = @enable_shared@
HAVE_DB = @have_db@
HAVE_AIO = @have_aio@
+HAVE_URING = @have_uring@
HAVE_FALLOCATE = @have_fallocate@
HAVE_OPEN_BY_HANDLE_AT = @have_open_by_handle_at@
HAVE_DMAPI = @have_dmapi@