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>
Tue, 10 Aug 2021 19:52:07 +0000 (13:52 -0600)
commit4f26cf007092844758349fe357fedea0f6baa624
treeb06cbc165533471ca90429a4bbfeaf97d453fd9b
parentbb176620c1f8d044ca3e6a56979226d7cb6878a4
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