commit | d55e5f5b70dd6214ef81fb2313121b72a7dd2200 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Dec 11 16:12:15 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Dec 20 08:36:50 2019 -0700 |
tree | 9701ca3834e3a01f78e2bbcced9c0cf6c38a7bdb | |
parent | fd6c2e4c063d64511657ad0031a1677b6a914859 [diff] |
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>