summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:59:44 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:59:44 -0700
commit1798d760f8ecbfd07f36b5524b168d6fba0c108a (patch)
tree6fe62badb8e6a166af42f91ab94a76ac309da462
parent0399114ddaa7d1665a597e508148e69f48dfa81b (diff)
download25-new-1798d760f8ecbfd07f36b5524b168d6fba0c108a.tar.gz
foo
-rw-r--r--txt/mm-hold-ptl-from-the-first-pte-while-reclaiming-a-large-folio.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt/mm-hold-ptl-from-the-first-pte-while-reclaiming-a-large-folio.txt b/txt/mm-hold-ptl-from-the-first-pte-while-reclaiming-a-large-folio.txt
index dc2c4cc7a..37a2b0a83 100644
--- a/txt/mm-hold-ptl-from-the-first-pte-while-reclaiming-a-large-folio.txt
+++ b/txt/mm-hold-ptl-from-the-first-pte-while-reclaiming-a-large-folio.txt
@@ -34,6 +34,7 @@ been really unmapped before that, we may increase the duration of holding
PTL. Thus we only apply this optimization to folios which are still
entirely mapped (not in deferred_split list).
+[akpm@linux-foundation.org: rewrap comment, per Matthew]
Link: https://lkml.kernel.org/r/20240306095219.71086-1-21cnbao@gmail.com
Signed-off-by: Barry Song <v-songbaohua@oppo.com>
Acked-by: David Hildenbrand <david@redhat.com>