commit | 4d52f338992bfc9f494e5a7eb55f4249ab11cd66 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Oct 18 10:17:43 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 19 13:29:29 2020 -0600 |
tree | 0d4184e805383561029ae2d27494df0d1f7a8131 | |
parent | dd221f46f68ad9df2c1daf7a7626c75fa9bd0bf0 [diff] |
io_uring: do poll's hash_node init in common code Move INIT_HLIST_NODE(&req->hash_node) into __io_arm_poll_handler(), so that it doesn't duplicated and common poll code would be responsible for it. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>