]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: add a helper for apoll alloc
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 23 Jun 2022 13:24:46 +0000 (14:24 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:16 +0000 (18:39 -0600)
commit56be53f8a64cfbca44f7b7d504df0b360bbc2c85
tree7102a99e496158cd2f073756eee8e1aa81ee5b36
parentae995eb9635da61db48a89a9e17adc8625c09858
io_uring: add a helper for apoll alloc

Extract a helper function for apoll allocation, makes the code easier to
read.

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