diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-10-16 21:55:56 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-10-17 17:25:47 +0200 |
commit | 58852d4d673760cf7c88b9360b3c24a041bec298 (patch) | |
tree | 65598b120d54e3a9710c8aa16eb514fe116845d7 /kernel/entry | |
parent | io-wq: inherit audit loginuid and sessionid (diff) | |
download | linux-58852d4d673760cf7c88b9360b3c24a041bec298.tar.xz linux-58852d4d673760cf7c88b9360b3c24a041bec298.zip |
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>
Diffstat (limited to 'kernel/entry')
0 files changed, 0 insertions, 0 deletions