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)
commit013538bd65fd3cdbf3ca8b0c99b962c70473c803
treea9ea3bd2e00ef6cdc13ee8ce5b409c3958347f0f
parente1e16097e265daac918ce355bf1a0d1677adf0c7
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