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, 11 Apr 2021 23:41:58 +0000 (17:41 -0600)
commitde9b4ccad750f216616730b74ed2be16c80892a4
tree3a5f36e344e473052bf6c757d1a9d87b719b1955
parent179ae0d15e8b3a2d9affe680281009f1f10c4a9d
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