diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-03-21 15:22:47 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-04-16 16:18:15 -0400 |
commit | ad56b738c5dd223a2f66685830f82194025a6138 (patch) | |
tree | 3994f40f1f93aec279d0b5c9117c0085a9f9ab03 /mm/rmap.c | |
parent | 3406bb5c64a091ad887c3fb339ad88e9e88ef938 (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/rmap.c')
-rw-r--r-- | mm/rmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -942,7 +942,7 @@ static bool page_mkclean_one(struct page *page, struct vm_area_struct *vma, | |||
942 | * downgrading page table protection not changing it to point | 942 | * downgrading page table protection not changing it to point |
943 | * to a new page. | 943 | * to a new page. |
944 | * | 944 | * |
945 | * See Documentation/vm/mmu_notifier.txt | 945 | * See Documentation/vm/mmu_notifier.rst |
946 | */ | 946 | */ |
947 | if (ret) | 947 | if (ret) |
948 | (*cleaned)++; | 948 | (*cleaned)++; |
@@ -1587,7 +1587,7 @@ static bool try_to_unmap_one(struct page *page, struct vm_area_struct *vma, | |||
1587 | * point at new page while a device still is using this | 1587 | * point at new page while a device still is using this |
1588 | * page. | 1588 | * page. |
1589 | * | 1589 | * |
1590 | * See Documentation/vm/mmu_notifier.txt | 1590 | * See Documentation/vm/mmu_notifier.rst |
1591 | */ | 1591 | */ |
1592 | dec_mm_counter(mm, mm_counter_file(page)); | 1592 | dec_mm_counter(mm, mm_counter_file(page)); |
1593 | } | 1593 | } |
@@ -1597,7 +1597,7 @@ discard: | |||
1597 | * done above for all cases requiring it to happen under page | 1597 | * done above for all cases requiring it to happen under page |
1598 | * table lock before mmu_notifier_invalidate_range_end() | 1598 | * table lock before mmu_notifier_invalidate_range_end() |
1599 | * | 1599 | * |
1600 | * See Documentation/vm/mmu_notifier.txt | 1600 | * See Documentation/vm/mmu_notifier.rst |
1601 | */ | 1601 | */ |
1602 | page_remove_rmap(subpage, PageHuge(page)); | 1602 | page_remove_rmap(subpage, PageHuge(page)); |
1603 | put_page(page); | 1603 | put_page(page); |