On Tue, Feb 14, 2023 at 05:13:19PM +0000, David Howells wrote: > Implement splice-read for coda by passing the request down a layer rather > than going through generic_file_splice_read() which is going to be changed > to assume that ->read_folio() is present on buffered files. > > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> > cc: Christoph Hellwig <hch@xxxxxx> > cc: Jens Axboe <axboe@xxxxxxxxx> > cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > cc: John Hubbard <jhubbard@xxxxxxxxxx> > cc: David Hildenbrand <david@xxxxxxxxxx> > cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> > cc: Jan Harkes <jaharkes@xxxxxxxxxx> > cc: coda@xxxxxxxxxx > cc: codalist@xxxxxxxxxxxxxxx > cc: linux-unionfs@xxxxxxxxxxxxxxx > cc: linux-block@xxxxxxxxxxxxxxx > cc: linux-fsdevel@xxxxxxxxxxxxxxx > cc: linux-mm@xxxxxxxxx > --- Acked-by: Jan Harkes <jaharkes@xxxxxxxxxx>