io_uring: remove task ref helpers
authorJens Axboe <axboe@kernel.dk>
Sun, 3 Nov 2024 03:26:16 +0000 (21:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 3 Nov 2024 17:43:41 +0000 (10:43 -0700)
commit048549e7d05849c670ee2269936c59d702a73e4e
tree425786c74ec0e52e66209a747c0770da672ca7d5
parentf5abf178b558e3f9cfb6bfe03a784442adeda4b5
io_uring: remove task ref helpers

They are only used right where they are defined, just open-code them
inside io_put_task().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c