aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.vnet.ibm.com>2018-03-21 15:22:47 -0400
committerJonathan Corbet <corbet@lwn.net>2018-04-16 16:18:15 -0400
commitad56b738c5dd223a2f66685830f82194025a6138 (patch)
tree3994f40f1f93aec279d0b5c9117c0085a9f9ab03 /mm/hugetlb.c
parent3406bb5c64a091ad887c3fb339ad88e9e88ef938 (diff)
docs/vm: rename documentation files to .rst
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'mm/hugetlb.c')
-rw-r--r--mm/hugetlb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 7c204e3d132b..5af974abae46 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -3289,7 +3289,7 @@ int copy_hugetlb_page_range(struct mm_struct *dst, struct mm_struct *src,
3289 * table protection not changing it to point 3289 * table protection not changing it to point
3290 * to a new page. 3290 * to a new page.
3291 * 3291 *
3292 * See Documentation/vm/mmu_notifier.txt 3292 * See Documentation/vm/mmu_notifier.rst
3293 */ 3293 */
3294 huge_ptep_set_wrprotect(src, addr, src_pte); 3294 huge_ptep_set_wrprotect(src, addr, src_pte);
3295 } 3295 }
@@ -4355,7 +4355,7 @@ unsigned long hugetlb_change_protection(struct vm_area_struct *vma,
4355 * No need to call mmu_notifier_invalidate_range() we are downgrading 4355 * No need to call mmu_notifier_invalidate_range() we are downgrading
4356 * page table protection not changing it to point to a new page. 4356 * page table protection not changing it to point to a new page.
4357 * 4357 *
4358 * See Documentation/vm/mmu_notifier.txt 4358 * See Documentation/vm/mmu_notifier.rst
4359 */ 4359 */
4360 i_mmap_unlock_write(vma->vm_file->f_mapping); 4360 i_mmap_unlock_write(vma->vm_file->f_mapping);
4361 mmu_notifier_invalidate_range_end(mm, start, end); 4361 mmu_notifier_invalidate_range_end(mm, start, end);