]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/poll: Allocate apoll with generic alloc_cache helper
authorGabriel Krisman Bertazi <krisman@suse.de>
Mon, 16 Dec 2024 20:46:10 +0000 (15:46 -0500)
committerJens Axboe <axboe@kernel.dk>
Fri, 27 Dec 2024 17:07:20 +0000 (10:07 -0700)
commit1210872918ef9feff60c9f5a4d3246372b732eae
tree203a75b50205c7ed2734d6417fe7a95c8bc265f6
parentb2846567060638a85724579781fc4a3ca6f137e4
io_uring/poll: Allocate apoll with generic alloc_cache helper

This abstracts away the cache details to simplify the code.

Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/20241216204615.759089-5-krisman@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/poll.c