OSDN Git Service

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>
Mon, 12 Apr 2021 01:30:34 +0000 (19:30 -0600)
commit47e90392c8ad982c25f58125e9be3fc4d476b9ed
tree34b2fbbb5254ccaf89e1775f3074d43bdbec960c
parent4751f53d74a688137de6a2a0b12ee591288c6dc8
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