commit | b24c30c678630e48cf8e3caefe463e1c6144d029 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 04 09:27:38 2020 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 06 10:05:18 2020 -0800 |
tree | d108dd33becaeef395db666372918dbabdcd5fa7 | |
parent | 7cfc630e63b4f7b2ab5a1238c566a6b799ae1624 [diff] |
proc "seq files": switch to ->read_iter Implement ->read_iter for all proc "seq files" so that splice works on them. Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>