Re: [PATCH 01/13] dax: update to new mmu_notifier semantic

From: Andrea Arcangeli
Date: Sat Sep 02 2017 - 09:36:06 EST


On Thu, Aug 31, 2017 at 05:17:26PM -0400, Jerome Glisse wrote:
> + if (start && end) {

"&& end" can be dropped from above and the other places but it can be
optimized later..

Thanks,
Andrea