clean up copy_mc_pipe_to_iter()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 2 May 2021 21:16:34 +0000 (17:16 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 10 Jun 2021 15:45:24 +0000 (11:45 -0400)
commit2a510a744bebc7f5d9e71ee094b62e28b5b43218
tree17646ae08102f30069a415257eff552681a05dde
parent893839fd57330ce226d4ee1b16fd5221a27fb6ec
clean up copy_mc_pipe_to_iter()

... and we don't need kmap_atomic() there - kmap_local_page() is fine.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
lib/iov_iter.c