commit | 58852d4d673760cf7c88b9360b3c24a041bec298 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri Oct 16 20:55:56 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Oct 17 09:25:47 2020 -0600 |
tree | 65598b120d54e3a9710c8aa16eb514fe116845d7 | |
parent | 4ea33a976bfe79293965d0815e1914e4b6e58967 [diff] |
io_uring: fix double poll mask init __io_queue_proc() is used by both, poll reqs and apoll. Don't use req->poll.events to copy poll mask because for apoll it aliases with private data of the request. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>