io_uring: don't export io_put_task()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 16 Jan 2023 16:48:58 +0000 (16:48 +0000)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:17:41 +0000 (15:17 -0700)
commit89800a2dd570919bfe01ced90c80e3b472d1c723
treeb0ed4804c2b6e4a7e944298f13bd34be0a585424
parentb0b7a7d24b66109a940d09d8d2dcf513e4eaf3a1
io_uring: don't export io_put_task()

io_put_task() is only used in uring.c so enclose it there together with
__io_put_task().

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