Re: restore splice and sendfile support on kernfs

2021-01-21 Thread Robert Karszniewicz
On 1/20/21 9:46 PM, Christoph Hellwig wrote: > Hi Greg and Tejun, > > this fixes a regression in Linux 5.10 that stopped sendfile and splice > from working on kernfs/sysfs files. > > Diffstt: > file.c | 65 > - > 1 file changed,

Re: restore splice and sendfile support on kernfs

2021-01-21 Thread Greg Kroah-Hartman
On Wed, Jan 20, 2021 at 09:46:28PM +0100, Christoph Hellwig wrote: > Hi Greg and Tejun, > > this fixes a regression in Linux 5.10 that stopped sendfile and splice > from working on kernfs/sysfs files. > > Diffstt: > file.c | 65 > ---

restore splice and sendfile support on kernfs

2021-01-20 Thread Christoph Hellwig
Hi Greg and Tejun, this fixes a regression in Linux 5.10 that stopped sendfile and splice from working on kernfs/sysfs files. Diffstt: file.c | 65 - 1 file changed, 24 insertions(+), 41 deletions(-)