ceph: switch the last caller of iov_iter_get_pages_alloc()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 10 Jun 2022 15:43:27 +0000 (11:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 19 Jul 2022 17:08:47 +0000 (13:08 -0400)
commit04b2ef02fad2bd30c77c2058d1c0b34e352041a4
treead72b0d58b61726bec18f71ca1f9f0a49563fdca
parente4215bdfdf9f88d75a2ee33ca2b4316000c6296d
ceph: switch the last caller of iov_iter_get_pages_alloc()

here nothing even looks at the iov_iter after the call, so we couldn't
care less whether it advances or not.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ceph/addr.c