io_uring: inline io_dismantle_req()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 23 Jun 2023 11:23:23 +0000 (12:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Jun 2023 14:19:39 +0000 (08:19 -0600)
commit3b7a612fd0dbd321e15a308b8ac1f8bbf81432bd
treee7489226b3553acd29228b47c522b18a1b543bf3
parent6ec9afc7f4cba58ab740c59d4c964d9422e2ea82
io_uring: inline io_dismantle_req()

io_dismantle_req() is only used in __io_req_complete_post(), open code
it there.

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