Re: [PATCH v21 22/30] ocfs2: Provide a splice-read stub

From: David Howells
Date: Mon May 22 2023 - 02:29:31 EST


Joseph Qi <joseph.qi@xxxxxxxxxxxxxxxxx> wrote:

> Don't see direct IO logic now. Am I missing something?

See that patch description ;-)

Provide a splice_read stub for ocfs2. This emits trace lines and does an
atime lock/update before calling filemap_splice_read(). Splicing from
direct I/O is handled by the caller.

David