io_uring: inline completion batching helpers
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 24 Sep 2021 20:59:53 +0000 (21:59 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:53 +0000 (05:49 -0600)
commitd4b7a5ef2b9c06def90d12db9b99bd12d75758fb
tree6dc101728a076a69b6cb32db3500f4c637992b1a
parentf5ed3bcd5b117ffe73b9dc2394bbbad26a68c086
io_uring: inline completion batching helpers

We now have a single function for batched put of requests, just inline
struct req_batch and all related helpers into it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/595a2917f80dd94288cd7203052c7934f5446580.1632516769.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c