]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/zcrx: don't pass slot to io_zcrx_create_area
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 16 Sep 2025 14:27:48 +0000 (15:27 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2025 18:37:20 +0000 (12:37 -0600)
commitd425f13146af0ef10b8f1dc7cc9fd700ce7c759e
tree30e20017201e198b91a54e7140d5ef7c4e33532b
parentc49606fc4be78da6c7a7c623566f6cf7663ba740
io_uring/zcrx: don't pass slot to io_zcrx_create_area

Don't pass a pointer to a pointer where an area should be stored to
io_zcrx_create_area(), and let it handle finding the right place for a
new area. It's more straightforward and will be needed to support
multiple areas.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c