Re: [PATCH v21 08/30] splice: Make splice from a DAX file use copy_splice_read()

From: Theodore Ts'o
Date: Sat May 20 2023 - 20:29:26 EST


On Sat, May 20, 2023 at 01:00:27AM +0100, David Howells wrote:
> Make a read splice from a DAX file go directly to copy_splice_read() to do
> the reading as filemap_splice_read() is unlikely to find any pagecache to
> splice.
>
> I think this affects only erofs, Ext2, Ext4, fuse and XFS.
>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
> cc: Christoph Hellwig <hch@xxxxxx>
> cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> cc: Jens Axboe <axboe@xxxxxxxxx>
> cc: linux-erofs@xxxxxxxxxxxxxxxx
> cc: linux-ext4@xxxxxxxxxxxxxxx

Reviewed-by: Theodore Ts'o <tytso@xxxxxxx>