[Cluster-devel] [PATCH v8 05/10] iomap: Generic inline data handling

Christoph Hellwig hch at lst.de
Tue Jun 5 05:34:53 UTC 2018


On Mon, Jun 04, 2018 at 09:31:18PM +0200, Andreas Gruenbacher wrote:
> Add generic inline data handling by adding a pointer to the inline data
> region to struct iomap.  When handling a buffered IOMAP_INLINE write,
> iomap_write_begin will copy the current inline data from the inline data
> region into the page cache, and iomap_write_end will copy the changes in
> the page cache back to the inline data region.
> 
> This doesn't cover inline data reads and direct I/O yet because so far,
> we have no users.
> 
> Signed-off-by: Andreas Gruenbacher <agruenba at redhat.com>

Looks good,

Reviewed-by: Christoph Hellwig <hch at lst.de>




More information about the Cluster-devel mailing list