io_uring: move POLLFREE handling to separate function
authorJens Axboe <axboe@kernel.dk>
Tue, 21 Jun 2022 20:34:15 +0000 (14:34 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:46:53 +0000 (08:46 -0600)
commiteb25e7f4e4601b4489877ce5e8e9b7b96ac9d65d
tree8697b01bcdee66609fbb17dbcaadf5df0d673e16
parentb50873fe62448563519829c927364c0d3929a76b
io_uring: move POLLFREE handling to separate function

We really don't care about this at all in terms of performance. Outside
of having it already be marked unlikely(), shove it into a separate
__cold function.

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