diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-06-15 16:28:17 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-06-22 11:30:59 -0600 |
commit | 929203d4b837456dd2d9cc25eec5a6ce1c039deb (patch) | |
tree | 7e2c2bd4c567565e24e35968243f2dbeba457884 | |
parent | 7b6e894d711cfaeaa2244ecf20f5cb537d4812ac (diff) |
io_uring: remove unused IO_REQ_CACHE_SIZE defined
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | io_uring/io_uring.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 96bd713fe650..67e9bbb19ac3 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 { |