On Wed, Jun 14, 2023 at 04:03:38PM +0200, Christoph Hellwig wrote: > copy_splice_read calls into ->read_iter to read the data, which already > calls file_accessed. > > Fixes: 33b3b041543e ("splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE") > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- Looks good to me, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>