commit | d4d50710a8b46082224376ef119a4dbb75b25c56 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 04 09:27:33 2020 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 06 10:05:18 2020 -0800 |
tree | 318208ce4e81d298e7ed236f0475dfcd191c3936 | |
parent | 3cea11cd5e3b00d91caf0b4730194039b45c5891 [diff] |
seq_file: add seq_read_iter iov_iter based variant for reading a seq_file. seq_read is reimplemented on top of the iter variant. 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>