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>
Mon, 22 Mar 2021 13:42:47 +0000 (07:42 -0600)
commit7dc619bca1b6017c436126a85bce6b2a58ce1c7b
tree538a8e42dfd5a3a8d7bf28596a06990443ffc497
parent455566a865c5176ea95415d534742ecaa7419319
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