uio: add get/put_iter helpers
authorJens Axboe <axboe@kernel.dk>
Tue, 9 Apr 2024 17:02:00 +0000 (11:02 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:05:28 +0000 (09:05 -0600)
commit76f487a89c3ff0d9e7473728f1675f2af3008fd3
tree2963dfc7ca97beee99bab8736f9cadb8190e5fe7
parent4f89942dd5f8115fa53c1e3b238b4b91a93108b9
uio: add get/put_iter helpers

For users that currently do put_user(val, uaddr) or get_user(val, uaddr),
add iterator versions that do the same thing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/uio.h