On Sun, Dec 27, 2020 at 10:39 AM Jussi Kivilinna <[email protected]> wrote: > > 5.10.3 with patch compiles fine, but does not solve the issue.
Duh. adding the read_iter only fixes kernel_read(). For splice, it also needs a
.splice_read = generic_file_splice_read,
in the file operations, something like this...
Does that get things working?
Linus
patch
Description: Binary data

