commit | 6ce10b6481cd46040bf3c8f3daec08d3fafa30f4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jan 20 21:46:29 2021 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 11:55:29 2021 +0100 |
tree | a32d69e6ff240a67fd56c1e636804e23c2babfb4 | |
parent | 436bc4c45a586fd89831c8819be12f5c7be0498a [diff] |
kernfs: implement ->read_iter commit 4eaad21a6ac9865df7f31983232ed5928450458d upstream. Switch kernfs to implement the read_iter method instead of plain old read to prepare to supporting splice and sendfile again. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210120204631.274206-2-hch@lst.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>