OSDN Git Service

io_uring: use u64_to_user_ptr() consistently
authorJens Axboe <axboe@kernel.dk>
Wed, 11 Dec 2019 23:12:15 +0000 (16:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 20 Dec 2019 15:36:50 +0000 (08:36 -0700)
commitd55e5f5b70dd6214ef81fb2313121b72a7dd2200
tree9701ca3834e3a01f78e2bbcced9c0cf6c38a7bdb
parentfd6c2e4c063d64511657ad0031a1677b6a914859
io_uring: use u64_to_user_ptr() consistently

We use it in some spots, but not consistently. Convert the rest over,
makes it easier to read as well.

No functional changes in this patch.

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