io_uring: silence io_for_each_link() warning
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 25 Mar 2022 11:52:16 +0000 (11:52 +0000)
committerJens Axboe <axboe@kernel.dk>
Sun, 24 Apr 2022 23:34:19 +0000 (17:34 -0600)
commit963c6abbb4e4ee3d00ca7992f751c49b38b07e68
tree71c7e26719ad41ba963e8bcbbb6bcf7db6a57aa1
parent9d170164dbac3f674b5ec2189e2a279eb0b7625f
io_uring: silence io_for_each_link() warning

Some tooling keep complaining about self assignment in
io_for_each_link(), the code is correct but still let's workaround it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/f0de77b0b0f8309554ba6fba34327b7813bcc3ff.1648209006.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c