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, 9 Aug 2021 19:47:12 +0000 (13:47 -0600)
commit7bd2e29d63ebec4e0b90b89dea928a19aad75bf4
treef7714f8c237d53de4b044762b59f51406d1b4940
parentf60d3044cbe617d1b8cd72fd825b489f0bc88a83
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