OSDN Git Service

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)
commitadd7b6b85a4dfa89283834d181e87ea2144b9028
tree639d63fc509dc23d842b79f81b0a84eb070b5dfb
parent32fe525b6d10fec956cfe68f0db76839cd7f0ea5
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