commit | fe33850ff798eb8d57eea88cc14090770013bb73 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 04 09:27:34 2020 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 06 10:05:18 2020 -0800 |
tree | fd672623178221d2f86008e9f71e685bbc324e31 | |
parent | d4d50710a8b46082224376ef119a4dbb75b25c56 [diff] |
proc: wire up generic_file_splice_read for iter ops Wire up generic_file_splice_read for the iter based proxy ops, so that splice reads from them work. Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>