]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring: move cq/sq user offset init around
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 12 Nov 2025 12:45:59 +0000 (12:45 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Nov 2025 14:27:35 +0000 (07:27 -0700)
commitd741c6255524f0691aea53381219fadcd2b38408
treef37d340f9dc1868cd0d8ecf3a7b813c73b327b00
parenteb76ff6a6829a9a54a385804cc9dbe4460f156d6
io_uring: move cq/sq user offset init around

Move user SQ/CQ offset initialisation at the end of io_prepare_config()
where it already calculated all information to set it properly.

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