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>
Mon, 25 Jul 2022 00:39:16 +0000 (18:39 -0600)
commitfe991a7688f894a74a6f6b4933bf6cd5fa086c1b
treeaf05e00dd77c161e15febf822521e320a4f6445a
parent795bbbc8a9a1bbbafce762c706bfb5733c9d0426
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