io_uring: remove unsued assignment to pointer io
authorColin Ian King <colin.king@canonical.com>
Fri, 26 Mar 2021 19:52:51 +0000 (19:52 +0000)
committerJens Axboe <axboe@kernel.dk>
Sat, 27 Mar 2021 20:09:11 +0000 (14:09 -0600)
commit2b8ed1c94182dbbd0163d0eb443a934cbf6b0d85
tree353dd531ab4b3a472c8abdb112b25f0e996798ab
parent78d9d7c2a331fb7a68a86e53ef7e12966459e0c5
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>
fs/io_uring.c