]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: inline struct io_comp_state
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Aug 2021 19:18:11 +0000 (20:18 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:09:48 +0000 (13:09 -0600)
commitee363c8148365fe0dc99948550569c02b6df20fb
tree5f1c41cc9bc7206a891ad536d193d0c2dbee7f04
parentaf3281ba65034980367755fc9b884c3c131a0b7f
io_uring: inline struct io_comp_state

Inline struct io_comp_state into struct io_submit_state. They are
already coupled tightly, together with mixed responsibilities it
only brings confusion having them separately.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/e55bba77426b399e3a2e54e3c6c267c6a0fc4b57.1628536684.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c