]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3c64ab18e982c1c0c38d78f0b0cf614acc630d38
tree353dd531ab4b3a472c8abdb112b25f0e996798ab
parent38bc7729e94be2b301cc95f44dfe7acdfdb9a7c6
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