]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: add 'io_comp_state' to struct io_submit_state
authorJens Axboe <axboe@kernel.dk>
Mon, 22 Jun 2020 15:29:15 +0000 (09:29 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Jun 2020 13:22:50 +0000 (07:22 -0600)
commitc3c6f8ebcf6ac4951b378c563c0dbf4dae0dedad
treea9ea3bd2e00ef6cdc13ee8ce5b409c3958347f0f
parent2bb8efb30dd7e2debe63ef89f3b4c6ebae21b5c7
io_uring: add 'io_comp_state' to struct io_submit_state

No functional changes in this patch, just in preparation for passing back
pending completions to the caller and completing them in a batched
fashion.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c