diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-06-15 16:28:17 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-24 18:39:13 -0600 |
commit | bb8f870031584ebf50fcc1f049fa421375556114 (patch) | |
tree | d24a94218f1cc476df7e95e99874061a85ce0a7a /io_uring/io_uring.c | |
parent | c65f5279ba02e47c073520ecff3c84408a87fd17 (diff) | |
download | linux-bb8f870031584ebf50fcc1f049fa421375556114.tar.gz linux-bb8f870031584ebf50fcc1f049fa421375556114.tar.bz2 linux-bb8f870031584ebf50fcc1f049fa421375556114.zip |
io_uring: remove unused IO_REQ_CACHE_SIZE defined
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/io_uring.c')
-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 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 { |