io_uring/uring_cmd: Allocate async data through generic helper
authorGabriel Krisman Bertazi <krisman@suse.de>
Mon, 16 Dec 2024 20:46:11 +0000 (15:46 -0500)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Dec 2024 20:47:47 +0000 (13:47 -0700)
commit02b3c515d0be7e77dd19920e30cf637e9c7a167d
tree8a52a3952306feec7067bab46190b79e6c18b502
parent4cc6fd392489cd76c7aa138eddace19dbcea366e
io_uring/uring_cmd: Allocate async data through generic helper

This abstracts away the cache details and simplify the code.

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