io_uring/poll: remove outdated comments of caching
authorLin Ma <linma@zju.edu.cn>
Thu, 10 Nov 2022 06:03:13 +0000 (14:03 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 21 Nov 2022 14:44:14 +0000 (07:44 -0700)
commitcd42a53d25d489317b9ae5213da721cde8cb7071
treea16f003b59a77d05355909cf44993a39f453114f
parente2ad599d1ed38fe743106f10d58a0cbfc00b51e2
io_uring/poll: remove outdated comments of caching

Previous commit 13a99017ff19 ("io_uring: remove events caching
atavisms") entirely removes the events caching optimization introduced
by commit 81459350d581 ("io_uring: cache req->apoll->events in
req->cflags"). Hence the related comment should also be removed to avoid
misunderstanding.

Fixes: 13a99017ff19 ("io_uring: remove events caching atavisms")
Signed-off-by: Lin Ma <linma@zju.edu.cn>
Link: https://lore.kernel.org/r/20221110060313.16303-1-linma@zju.edu.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/poll.c