[Cluster-devel] [PATCH 5/6] iomap: generic inline data handling

2018-06-14 Thread Christoph Hellwig
From: Andreas Gruenbacher 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

Re: [Cluster-devel] [PATCH 5/6] iomap: generic inline data handling

2018-06-07 Thread Andreas Grünbacher
2018-06-06 12:40 GMT+02:00 Christoph Hellwig : > From: Andreas Gruenbacher > > 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

[Cluster-devel] [PATCH 5/6] iomap: generic inline data handling

2018-06-06 Thread Christoph Hellwig
From: Andreas Gruenbacher 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