]> git.itanic.dy.fi Git - linux-stable/commit
iov_iter: replace import_single_range() with import_ubuf()
authorJens Axboe <axboe@kernel.dk>
Mon, 4 Dec 2023 17:47:50 +0000 (10:47 -0700)
committerChristian Brauner <brauner@kernel.org>
Tue, 5 Dec 2023 10:57:37 +0000 (11:57 +0100)
commit9fd7874c0e5c89d7da0b4442271696ec0f8edcba
tree02f05ac2574b38dcc3b39a942c34c0d4b04c29f7
parent6ac805d13870925c787a28e3fe5cc73610cacd03
iov_iter: replace import_single_range() with import_ubuf()

With the removal of the 'iov' argument to import_single_range(), the two
functions are now fully identical. Convert the import_single_range()
callers to import_ubuf(), and remove the former fully.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20231204174827.1258875-3-axboe@kernel.dk
Signed-off-by: Christian Brauner <brauner@kernel.org>
drivers/block/ublk_drv.c
drivers/char/random.c
fs/aio.c
include/linux/uio.h
kernel/trace/trace_events_user.c
lib/iov_iter.c
net/ipv4/tcp.c
net/socket.c
security/keys/keyctl.c