io_uring: kill unused forward decls
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 1 Apr 2021 14:43:56 +0000 (15:43 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 4 Apr 2021 21:28:42 +0000 (15:28 -0600)
commit83b3d134aa3b9003b5b424aa787d78364429ab28
tree5f69970ab332d77fd5e5e337b4634bd69302a2d9
parentbfd988a435ecb9354955d53aff4118fe7e2f61b5
io_uring: kill unused forward decls

Kill unused forward declarations for io_ring_file_put() and
io_queue_next(). Also btw rename the first one.

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