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

Instead of open-coding the allocation, use the generic alloc_cache
helper.

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