]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: remove two unnecessary function declarations
authorJens Axboe <axboe@kernel.dk>
Wed, 18 Dec 2019 15:54:21 +0000 (08:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Jan 2020 00:03:59 +0000 (17:03 -0700)
commit15fdeb330754228f8c4fad21c790c6880aa8a6d3
tree639d63fc509dc23d842b79f81b0a84eb070b5dfb
parentba58a323feb74d7223e8c5534e826dee0c667831
io_uring: remove two unnecessary function declarations

__io_free_req() and io_double_put_req() aren't used before they are
defined, so we can kill these two forwards.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c