projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65f527
)
io_uring: remove unused IO_REQ_CACHE_SIZE defined
author
Jens Axboe
<axboe@kernel.dk>
Wed, 15 Jun 2022 22:28:17 +0000
(16:28 -0600)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:13 +0000
(18:39 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
patch
|
blob
|
history
diff --git
a/io_uring/io_uring.c
b/io_uring/io_uring.c
index 4adfc4ebf8c1995bb2975034f065576f62f61113..72640aa55abcdef764048a3d3ad49e1afc33c2ed 100644
(file)
--- 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 {