]> git.baikalelectronics.ru Git - kernel.git/commit
proc/cpuinfo: switch to ->read_iter
authorChristoph Hellwig <hch@lst.de>
Wed, 4 Nov 2020 08:27:35 +0000 (09:27 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Nov 2020 18:05:18 +0000 (10:05 -0800)
commitc8b8c8a015610975c262a4c81df91e6c0511862f
tree190d015e7d0493a8ee238185195110297a8c4eee
parent28d77b6e19df3bbe1d55c67fc2aecf013a353f53
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>
fs/proc/cpuinfo.c