Loading fs/dax.c +1 −1 Original line number Diff line number Diff line Loading @@ -788,7 +788,7 @@ static void dax_entry_mkclean(struct address_space *mapping, pgoff_t index, address = pgoff_address(index, vma); /* * Note because we provide start/end to follow_pte_pmd it will * Note because we provide range to follow_pte_pmd it will * call mmu_notifier_invalidate_range_start() on our behalf * before taking any lock. */ Loading Loading
fs/dax.c +1 −1 Original line number Diff line number Diff line Loading @@ -788,7 +788,7 @@ static void dax_entry_mkclean(struct address_space *mapping, pgoff_t index, address = pgoff_address(index, vma); /* * Note because we provide start/end to follow_pte_pmd it will * Note because we provide range to follow_pte_pmd it will * call mmu_notifier_invalidate_range_start() on our behalf * before taking any lock. */ Loading