Re: [PATCH next] iov_iter: fix copy_page_from_iter_atomic()

From: David Howells
Date: Sat Oct 07 2023 - 03:30:14 EST


Hugh Dickins <hughd@xxxxxxxxxx> wrote:

> - __copy_from_iter(p, n, i);
> + n = __copy_from_iter(p, n, i);

Yeah, that looks right. Can you fold it in, Christian?

David