io_uring: use vmap() for ring mapping
authorJens Axboe <axboe@kernel.dk>
Wed, 13 Mar 2024 20:10:40 +0000 (14:10 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:26 +0000 (08:10 -0600)
commit09fc75e0c035a2cabb8caa15cec6e85159dd94f0
treef02232f1d8429b1cbff1ee4481486dd446ad4544
parent3ab1db3c6039e02a9deb9d5091d28d559917a645
io_uring: use vmap() for ring mapping

This is the last holdout which does odd page checking, convert it to
vmap just like what is done for the non-mmap path.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c