Re: problems with splice from /proc (was Linux 5.10-rc1)

From: Christoph Hellwig
Date: Wed Oct 28 2020 - 18:12:05 EST


On Wed, Oct 28, 2020 at 07:33:59PM +0100, Greg KH wrote:
> That worked too, I'll send a patch for this for the top of your branch
> to resolve this issue as a response to this email.

In the old branch I had a scripted conversion of all proc_read instances
that point to seq_read to use seq_read_iter. I can probably do that
as well here.