summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:59:48 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:59:48 -0700
commitaec3a0e82b275a9c0008c27c347032f10c251037 (patch)
treedb942ddeec3a008cbc05a587132c84fb643ca483
parent1025b1edfc8a9fe8999ceb9c7d24d756f4eb1836 (diff)
download25-new-aec3a0e82b275a9c0008c27c347032f10c251037.tar.gz
foo
-rw-r--r--txt/mm-convert-folio_estimated_sharers-to-folio_likely_mapped_shared.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt/mm-convert-folio_estimated_sharers-to-folio_likely_mapped_shared.txt b/txt/mm-convert-folio_estimated_sharers-to-folio_likely_mapped_shared.txt
index 55f120675..56c6d6922 100644
--- a/txt/mm-convert-folio_estimated_sharers-to-folio_likely_mapped_shared.txt
+++ b/txt/mm-convert-folio_estimated_sharers-to-folio_likely_mapped_shared.txt
@@ -21,6 +21,8 @@ This change should currently only affect the usage in
madvise_free_pte_range() and queue_folios_pte_range() for large folios: if
the first page was already unmapped, we would have skipped the folio.
+[david@redhat.com: folio_likely_mapped_shared() kerneldoc fixup]
+ Link: https://lkml.kernel.org/r/dd0ad9f2-2d7a-45f3-9ba3-979488c7dd27@redhat.com
Link: https://lkml.kernel.org/r/20240227201548.857831-1-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Khalid Aziz <khalid.aziz@oracle.com>