io_uring: move req_ref_get() and friends
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 11 Aug 2021 18:28:27 +0000 (19:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Aug 2021 22:35:58 +0000 (16:35 -0600)
commitb190ef29b2cf26cced63d75522a1540a4ea12860
tree110e269337fe9e6ecfb5095faa5fd9821363ea48
parentc7807a1a49f9bd0a1be8f80fddb039368c8a2348
io_uring: move req_ref_get() and friends

Move all request refcount helpers to avoid forward declarations in the
future.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/89fd36f6f3fe5b733dfe4546c24725eee40df605.1628705069.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c