Skip to content

Commit 0cefc36

Browse files
weiny2djbw
authored andcommitted
fs/dax: NIT fix comment regarding start/end vs range
Fixes: ac46d4f ("mm/mmu_notifier: use structure for invalidate_range_start/end calls v2") Signed-off-by: Ira Weiny <[email protected]> Signed-off-by: Dan Williams <[email protected]>
1 parent c9aed74 commit 0cefc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/dax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ static void dax_entry_mkclean(struct address_space *mapping, pgoff_t index,
788788
address = pgoff_address(index, vma);
789789

790790
/*
791-
* Note because we provide start/end to follow_pte_pmd it will
791+
* Note because we provide range to follow_pte_pmd it will
792792
* call mmu_notifier_invalidate_range_start() on our behalf
793793
* before taking any lock.
794794
*/

0 commit comments

Comments
 (0)