]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf334ad9684e42ac33c35dd7915e2918b25e96d4e
tree71c7e26719ad41ba963e8bcbbb6bcf7db6a57aa1
parentdcecf874733eab4855ed7e117b3ec89d15a95d73
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