Re: [Cluster-devel] [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper

2023-05-30 Thread Hannes Reinecke
On 5/24/23 08:38, Christoph Hellwig wrote: Factor out a helper that calls filemap_write_and_wait_range and invalidate_inode_pages2_range for the range covered by a write kiocb or returns -EAGAIN if the kiocb is marked as nowait and there would be pages to write or invalidate. Signed-off-by:

[Cluster-devel] [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper

2023-05-24 Thread Christoph Hellwig
Factor out a helper that calls filemap_write_and_wait_range and invalidate_inode_pages2_range for the range covered by a write kiocb or returns -EAGAIN if the kiocb is marked as nowait and there would be pages to write or invalidate. Signed-off-by: Christoph Hellwig Reviewed-by: Damien Le Moal