]> git.baikalelectronics.ru Git - kernel.git/commit
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, 9 Aug 2022 02:37:24 +0000 (22:37 -0400)
commitd08cf2a8eaeb63cc1f2066f694e8c739e9fdaba8
tree0f3669408bcc33f7a28b5df26eba28837dbd33b7
parent7627d6a66b6cacb086877d610f7cd8ded7338e58
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