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 23:51:41 +0000 (17:51 -0600)
commitd10299e14aae35a30a1691cf5935b2da70cb110f
treeb7c49fc1cf6cb634172e7eeeeee47532da6f0a4c
parent6bfba7674974ad366cd1cf20ef93ee6500c53d9c
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