io_uring: combine poll tw handlers
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 30 Nov 2022 15:21:55 +0000 (15:21 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Nov 2022 17:27:34 +0000 (10:27 -0700)
commit443e57550670234f1bd34983b3c577edcf2eeef5
tree23c35e8277b4a143d0a3df4e363cf6a0cd584c41
parentc3bfb57ea7011e0c04e4b7f28cb357a551b1efb9
io_uring: combine poll tw handlers

Merge apoll and regular poll tw handlers, it will help with inlining.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/482e59edb9fc81bd275fdbf486837330fb27120a.1669821213.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/poll.c