commit | cf6fd4bd559ee61a4454b161863c8de6f30f8dca | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Nov 25 23:14:39 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Nov 26 15:02:56 2019 -0700 |
tree | 97393733ab2ac9626dcc5ad92e22cc425a46eb2a | |
parent | cc42e0ac17d3664a70e020dfe7897f14e7aa7453 [diff] |
io_uring: inline struct sqe_submit There is no point left in keeping struct sqe_submit. Inline it into struct io_kiocb, so any req->submit.field is now just req->field - moves initialisation of ring_file into io_get_req() - removes duplicated req->sequence. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>