]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Wed, 6 Nov 2024 20:55:38 +0000 (13:55 -0700)
commit6ed368cc5d5d255ffffad33cfa02ecf2b77b7c44
tree6f14cb6afe15f04196a905edca31da5d009865a5
parentf03baece08188f2e239c0ca0c098c14c71739ffb
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