commit | 70fce7d2253938191275ebcbd46efe45fceb05a1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 04 09:27:35 2020 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 06 10:05:18 2020 -0800 |
tree | 190d015e7d0493a8ee238185195110297a8c4eee | |
parent | fe33850ff798eb8d57eea88cc14090770013bb73 [diff] |
proc/cpuinfo: switch to ->read_iter Implement ->read_iter so that the Android bionic test suite can use this random proc file for its splice test case. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>