mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 08:35:19 -05:00
io_uring: remove unused IO_REQ_CACHE_SIZE defined
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
c65f5279ba
commit
bb8f870031
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue