Re: [PATCH 07/11] dax: Introduce IOMAP_FAULT flag
From: Christoph Hellwig <hch@infradead.org>
Date: 2016-11-09 15:03:49
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2016-11-09 15:03:49
Also in:
linux-fsdevel
On Tue, Nov 08, 2016 at 12:08:13PM +0100, Jan Kara wrote:
Introduce a flag telling iomap operations whether they are handling a fault or other IO. That may influence behavior wrt inode size and similar things. Signed-off-by: Jan Kara <jack@suse.cz>
Looks fine in general - I'm a bit worried about which flags combinations are valid, but as this is my fault I'll sort it out after we get your series in: Reviewed-by: Christoph Hellwig <hch@lst.de>