commit | f13fad7ba41cef806358885fbb3f9004f3214b2d | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Jun 22 09:34:30 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 25 07:23:44 2020 -0600 |
tree | 77a63917be4bfe1646c591d6a3ef3286dd64ef74 | |
parent | 013538bd65fd3cdbf3ca8b0c99b962c70473c803 [diff] |
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>