io_uring/io-wq: drop outdated comment
authorJens Axboe <axboe@kernel.dk>
Mon, 27 Mar 2023 19:10:21 +0000 (13:10 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Apr 2023 13:16:15 +0000 (07:16 -0600)
commit07d99096e1635805fb7c60382dc12554886a39b8
tree76a3e243deee02063c11ae5b34427ade1592c85d
parentd322818ef4c752d79cd667474418691237aa9ccf
io_uring/io-wq: drop outdated comment

Since the move to PF_IO_WORKER, we don't juggle memory context manually
anymore. Remove that outdated part of the comment for __io_worker_idle().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io-wq.c