]> 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)
commit86003fc3a19f0a8f3841d066de5d9e8d53f53db7
tree0f3669408bcc33f7a28b5df26eba28837dbd33b7
parent3fc07ff9663b3a37141dcf6b72abe214689188a4
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