io_uring: inline __io_req_complete_put()
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 23 Nov 2022 11:33:40 +0000 (11:33 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Nov 2022 17:44:01 +0000 (10:44 -0700)
commitfa18fa2272c7469e470dcb7bf838ea50a25494ca
tree0249df8f4e37d78d79146356c5085afd6d67f569
parent833b5dfffc26c81835ce38e2a5df9ac5fa142735
io_uring: inline __io_req_complete_put()

Inline __io_req_complete_put() into io_req_complete_post(), there are no
other users.

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