diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2019-11-25 23:14:39 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-11-26 15:02:56 -0700 |
commit | cf6fd4bd559ee61a4454b161863c8de6f30f8dca (patch) | |
tree | 97393733ab2ac9626dcc5ad92e22cc425a46eb2a /net | |
parent | cc42e0ac17d3664a70e020dfe7897f14e7aa7453 (diff) | |
download | linux-cf6fd4bd559ee61a4454b161863c8de6f30f8dca.tar.bz2 |
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions