dax: don't pass buffer_head to dax_insert_mapping
authorChristoph Hellwig <hch@lst.de>
Mon, 19 Sep 2016 01:24:49 +0000 (11:24 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 19 Sep 2016 01:24:49 +0000 (11:24 +1000)
commit1aaba0958ed371bd121751d74d98f2a76395edad
tree1bc7638ec4ea2586d49a0fecf82dccebf7f084d3
parentbefb503ca6e648cc5ed3e3a472d5b5887a60e0f2
dax: don't pass buffer_head to dax_insert_mapping

This way we can use this helper for the iomap based DAX implementation
as well.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/dax.c