]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0c03b61ca5b5daf243e9059fc36b481af9414f42
tree9701ca3834e3a01f78e2bbcced9c0cf6c38a7bdb
parent21613019c33d4179605867fc61e3f079621a6f8e
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