On Sat, May 20, 2023 at 01:00:48AM +0100, David Howells wrote: > Remove generic_file_splice_read() as it has been replaced with calls to > filemap_splice_read() and copy_splice_read(). > > With this, ITER_PIPE is no longer used. > > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> > cc: Christoph Hellwig <hch@xxxxxx> > cc: Jens Axboe <axboe@xxxxxxxxx> > cc: Steve French <smfrench@xxxxxxxxx> > cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > cc: David Hildenbrand <david@xxxxxxxxxx> > cc: John Hubbard <jhubbard@xxxxxxxxxx> > cc: linux-mm@xxxxxxxxx > cc: linux-block@xxxxxxxxxxxxxxx > cc: linux-cifs@xxxxxxxxxxxxxxx > cc: linux-fsdevel@xxxxxxxxxxxxxxx > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>