diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-08-09 13:04:18 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-08-09 09:10:28 -0600 |
commit | 6e453dc3fb8b8594e32862b63171ba59b1c66bbb (patch) | |
tree | e6d3dbf79caeac8ebbe7bd88808c1dce90003e1e | |
parent | b4ad32d541a95943e301d9d114544c9b64485675 (diff) |
io_uring: kill unused IO_IOPOLL_BATCH
IO_IOPOLL_BATCH is not used, delete it.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b2bdf19dbee2c9fc8865bbab9412135a14e24a64.1628471125.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | fs/io_uring.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/io_uring.c b/fs/io_uring.c index ec4ec466bd2f..33d583156fa6 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -295,7 +295,6 @@ struct io_sq_data { struct completion exited; }; -#define IO_IOPOLL_BATCH 8 #define IO_COMPL_BATCH 32 #define IO_REQ_CACHE_SIZE 32 #define IO_REQ_ALLOC_BATCH 8 |