io_uring: wrap io_kiocb reference count manipulation in helpers
authorJens Axboe <axboe@kernel.dk>
Wed, 24 Feb 2021 20:28:27 +0000 (13:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 4 Apr 2021 21:27:19 +0000 (15:27 -0600)
commit70add487ddcee2c7bae08b43a1c0ef53574f34f7
treeba0ce90610312d29ac9e9983ad8eb13fda7ffbe6
parent93b8039f95cf059f6d32d80349615264bb6dab78
io_uring: wrap io_kiocb reference count manipulation in helpers

No functional changes in this patch, just in preparation for handling the
references a bit more efficiently.

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