Re: [PATCH 10/12] iomap: warn on inline maps in iomap_writepage_map

2019-10-15 Thread Dave Chinner
On Tue, Oct 15, 2019 at 05:43:43PM +0200, Christoph Hellwig wrote: > And inline mapping should never mark the page dirty and thus never end up > in writepages. Add a check for that condition and warn if it happens. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Darrick J. Wong > Signed-off

[PATCH 10/12] iomap: warn on inline maps in iomap_writepage_map

2019-10-15 Thread Christoph Hellwig
And inline mapping should never mark the page dirty and thus never end up in writepages. Add a check for that condition and warn if it happens. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- fs/iomap/buffered-io.c | 2 ++ 1 file changed, 2 ins

[PATCH 10/12] iomap: warn on inline maps in iomap_writepage_map

2019-07-22 Thread Christoph Hellwig
And inline mapping should never mark the page dirty and thus never end up in writepages. Add a check for that condition and warn if it happens. Signed-off-by: Christoph Hellwig --- fs/iomap/buffered-io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buf