Skip to content

Commit

Permalink
fs/dax: NIT fix comment regarding start/end vs range
Browse files Browse the repository at this point in the history
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]>
weiny2 authored and djbw committed Feb 13, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c9aed74 commit 0cefc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dax.c
Original file line number Diff line number Diff line change
@@ -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.
*/

0 comments on commit 0cefc36

Please sign in to comment.