commit | 7fe1e79b59ba02fb6bdc45d324f88f1ba97d3ab4 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Tue May 25 10:30:21 2021 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Tue May 25 10:30:56 2021 +0200 |
tree | 2f889e5654a17432a219dadd9bb64a0d3226f08e | |
parent | 44b9a000df5cc144c262a0da0d092dc04b93abca [diff] |
configfs: implement the .read_iter and .write_iter methods Configfs is one of the few filesystems that does not yet support the .read_iter and .write_iter callbacks. This patch adds support for these methods in configfs. Signed-off-by: Bart Van Assche <bvanassche@acm.org> [hch: split out a separate fix] Signed-off-by: Christoph Hellwig <hch@lst.de>