]> 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)
commit126e3dacb66fa87e3fc8a06de1b52297c53c1f22
tree639d63fc509dc23d842b79f81b0a84eb070b5dfb
parent96ad750bbf40b8215cdc5a3a17dbb5484116fccf
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