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 unsued assignment to pointer io
There is an assignment to io that is never read after the assignment, the assignment is redundant and can be removed. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information