From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 23 May 2023 18:01:46 +0200 Subject: [Cluster-devel] [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper In-Reply-To: <5703f49d-177a-a810-6f1c-b32aa1abcde7@kernel.org> References: <20230519093521.133226-1-hch@lst.de> <20230519093521.133226-7-hch@lst.de> <5703f49d-177a-a810-6f1c-b32aa1abcde7@kernel.org> Message-ID: <20230523160146.GA15391@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, May 22, 2023 at 08:56:34AM +0900, Damien Le Moal wrote: > On 5/19/23 18:35, Christoph Hellwig wrote: > > Add a helper to invalidate page cache after a dio write. > > > > Signed-off-by: Christoph Hellwig > > Nit: kiocb_invalidate_post_dio_write() may be a better name to be explicit about > the fact that this is for DIOs only ? I've renamed it to kiocb_invalidate_post_direct_write, thanks.