Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information