]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit539c7d42c64731611c9bbd261015b6283d7e482e
tree34b2fbbb5254ccaf89e1775f3074d43bdbec960c
parent01b9dbebd726252dec6149d1322b5a70f5224ed1
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