io_uring: pass down completion state on the issue side
authorJens Axboe <axboe@kernel.dk>
Mon, 22 Jun 2020 15:34:30 +0000 (09:34 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Jun 2020 13:23:44 +0000 (07:23 -0600)
commitf13fad7ba41cef806358885fbb3f9004f3214b2d
tree77a63917be4bfe1646c591d6a3ef3286dd64ef74
parent013538bd65fd3cdbf3ca8b0c99b962c70473c803
io_uring: pass down completion state on the issue side

No functional changes in this patch, just in preparation for having the
completion state be available on the issue side. Later on, this will
allow requests that complete inline to be completed in batches.

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