copy_page_{to,from}_iter(): switch iovec and ubuf variants to generic
we can do copyin/copyout under kmap_local_page(); it shouldn't overflow
the kmap stack - the maximal footprint increase only by one here.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>