Revision 4eaad21a6ac9865df7f31983232ed5928450458d authored by Christoph Hellwig on 20 January 2021, 20:46:29 UTC, committed by Greg Kroah-Hartman on 21 January 2021, 17:30:28 UTC
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>
1 parent 895bee2
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top