Re: [PATCH 03/10] dax: don't pass buffer_head to dax_insert_mapping

2016-09-13 Thread Ross Zwisler
On Fri, Sep 09, 2016 at 06:34:37PM +0200, Christoph Hellwig wrote: > This way we can use this helper for the iomap based DAX implementation > as well. > > Signed-off-by: Christoph Hellwig Reviewed-by: Ross Zwisler > --- > fs/dax.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deleti

[PATCH 03/10] dax: don't pass buffer_head to dax_insert_mapping

2016-09-09 Thread Christoph Hellwig
This way we can use this helper for the iomap based DAX implementation as well. Signed-off-by: Christoph Hellwig --- fs/dax.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fs/dax.c b/fs/dax.c index 993dc6f..98463bb 100644 --- a/fs/dax.c +++ b/fs/dax.c @@ -790,1