Re: [PATCH v22 19/31] f2fs: Provide a splice-read wrapper

From: Chao Yu
Date: Tue May 23 2023 - 23:01:27 EST


On 2023/5/22 21:50, David Howells wrote:
Provide a splice_read wrapper for f2fs. This does some checks and tracing
before calling filemap_splice_read() and will update the iostats
afterwards. Direct I/O is handled by the caller.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
cc: Christoph Hellwig <hch@xxxxxx>
cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
cc: Jens Axboe <axboe@xxxxxxxxx>
cc: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
cc: Chao Yu <chao@xxxxxxxxxx>
cc: linux-f2fs-devel@xxxxxxxxxxxxxxxxxxxxx
cc: linux-fsdevel@xxxxxxxxxxxxxxx
cc: linux-block@xxxxxxxxxxxxxxx
cc: linux-mm@xxxxxxxxx

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,