From be33b0a2194ec53b94507ea1ad050c567283dd50 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 31 Jan 2019 22:58:02 -0700 Subject: src/io_uring.h: sync with kernel header Just a removal of the IORING_MAX_ENTRIES user visible define. Signed-off-by: Jens Axboe --- src/io_uring.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/io_uring.h b/src/io_uring.h index b150450..6782e4e 100644 --- a/src/io_uring.h +++ b/src/io_uring.h @@ -11,8 +11,6 @@ #include #include -#define IORING_MAX_ENTRIES 4096 - /* * IO submission data structure (Submission Queue Entry) */ -- cgit