]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit07355edff2d26b13065f739ed8e147005288322a
treefd672623178221d2f86008e9f71e685bbc324e31
parent0183a72383eb23dd61add758402156c76fe0a213
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