Re: [f2fs-dev] [PATCH v21 19/30] f2fs: Provide a splice-read stub

2023-07-05 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jens Axboe : On Sat, 20 May 2023 01:00:38 +0100 you wrote: > Provide a splice_read stub for f2fs. This does some checks and tracing > before calling filemap_splice_read() and will update the iostats > afterwards. Direct I/O is handled

[f2fs-dev] [PATCH v21 19/30] f2fs: Provide a splice-read stub

2023-05-20 Thread David Howells
Provide a splice_read stub 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 cc: Christoph Hellwig cc: Al Viro cc: Jens Axboe cc: Jaegeuk Kim cc: Chao Yu