io_uring: move io_rsrc_node_alloc() definition
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Aug 2021 15:09:47 +0000 (09:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Aug 2021 15:09:47 +0000 (09:09 -0600)
commitafdc18beab5a2025747a76a2d8445143f9cd5ae1
tree937ec1b0a17c7eefd3212a336bcb96dee23d3757
parent32bfacf8f60bfc9d18c5824249f28b6259ff6a3c
io_uring: move io_rsrc_node_alloc() definition

Move the function together with io_rsrc_node_ref_zero() in the source
file as it is to get rid of forward declarations.

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