From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 5 Jun 2018 07:34:53 +0200 Subject: [Cluster-devel] [PATCH v8 05/10] iomap: Generic inline data handling In-Reply-To: <20180604193123.27655-6-agruenba@redhat.com> References: <20180604193123.27655-1-agruenba@redhat.com> <20180604193123.27655-6-agruenba@redhat.com> Message-ID: <20180605053453.GA30093@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, 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 Looks good, Reviewed-by: Christoph Hellwig