proc: wire up generic_file_splice_read for iter ops
authorChristoph Hellwig <hch@lst.de>
Wed, 4 Nov 2020 08:27:34 +0000 (09:27 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Nov 2020 18:05:18 +0000 (10:05 -0800)
commitfe33850ff798eb8d57eea88cc14090770013bb73
treefd672623178221d2f86008e9f71e685bbc324e31
parentd4d50710a8b46082224376ef119a4dbb75b25c56
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>
fs/proc/inode.c