Re: [PATCH 06/13] dax: Inline dax_insert_mapping() into the callsite
From: Ross Zwisler <hidden>
Date: 2017-08-18 22:10:33
Also in:
linux-fsdevel, linux-xfs, nvdimm
From: Ross Zwisler <hidden>
Date: 2017-08-18 22:10:33
Also in:
linux-fsdevel, linux-xfs, nvdimm
On Thu, Aug 17, 2017 at 06:08:08PM +0200, Jan Kara wrote:
dax_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. Signed-off-by: Jan Kara <redacted>
Looks good. Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>