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>
Thu, 25 Mar 2021 16:24:19 +0000 (10:24 -0600)
commit4ccbf796b553b64491ee82ea5ed35d7905d6a173
tree1088fce9d21c2211f59244a85262eb489cab6e8e
parent46196182275edabc7e196bb59ee872e07857ccdc
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