commit | a1ab7b35db8f262cd74edff62b47b4d90f84f997 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Feb 18 18:29:42 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 18 13:13:18 2021 -0700 |
tree | 2d73114b7680415074775ded71d624cabc843249 | |
parent | a6b8cadcea86da0fe92de5c2e6e82824cb6fb57c [diff] |
io_uring: move req link into submit_state Move struct io_submit_link into submit_state, which is a part of a submission state and so belongs to it. It saves us from explicitly passing it, and init/deinit is now nicely hidden in io_submit_state_[start,end]. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>