summaryrefslogtreecommitdiff
path: root/io_uring
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-16 01:28:17 +0300
committerJens Axboe <axboe@kernel.dk>2022-07-25 03:39:13 +0300
commitbb8f870031584ebf50fcc1f049fa421375556114 (patch)
treed24a94218f1cc476df7e95e99874061a85ce0a7a /io_uring
parentc65f5279ba02e47c073520ecff3c84408a87fd17 (diff)
downloadlinux-bb8f870031584ebf50fcc1f049fa421375556114.tar.xz
io_uring: remove unused IO_REQ_CACHE_SIZE defined
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring')
-rw-r--r--io_uring/io_uring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c
index 4adfc4ebf8c1..72640aa55abc 100644
--- a/io_uring/io_uring.c
+++ b/io_uring/io_uring.c
@@ -115,7 +115,6 @@
#define IO_TCTX_REFS_CACHE_NR (1U << 10)
#define IO_COMPL_BATCH 32
-#define IO_REQ_CACHE_SIZE 32
#define IO_REQ_ALLOC_BATCH 8
enum {