[PATCH 08/17] dax: Inline dax_pmd_insert_mapping() into the callsite

2017-10-24 Thread Jan Kara
dax_pmd_insert_mapping() has only one callsite and we will need to further fine tune what it does for synchronous faults. Just inline it into the callsite so that we don't have to pass awkward bools around. Reviewed-by: Christoph Hellwig Reviewed-by: Ross Zwisler

[PATCH 08/17] dax: Inline dax_pmd_insert_mapping() into the callsite

2017-10-19 Thread Jan Kara
dax_pmd_insert_mapping() has only one callsite and we will need to further fine tune what it does for synchronous faults. Just inline it into the callsite so that we don't have to pass awkward bools around. Reviewed-by: Christoph Hellwig Reviewed-by: Ross Zwisler