summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:02:46 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:02:46 -0700
commitbd8c82a6741d766bae748895be353504ffee4b04 (patch)
treee30e348fa0e4fc325381b0aa6e12ce77a8ed8bb1
parent1f857928c1968cd8292e57ce42ab2fd017c3acc3 (diff)
download25-new-bd8c82a6741d766bae748895be353504ffee4b04.tar.gz
foo
-rw-r--r--txt/hugetlb-convert-hugetlb_wp-to-use-struct-vm_fault.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt/hugetlb-convert-hugetlb_wp-to-use-struct-vm_fault.txt b/txt/hugetlb-convert-hugetlb_wp-to-use-struct-vm_fault.txt
index a438ac407..07d3719cd 100644
--- a/txt/hugetlb-convert-hugetlb_wp-to-use-struct-vm_fault.txt
+++ b/txt/hugetlb-convert-hugetlb_wp-to-use-struct-vm_fault.txt
@@ -6,6 +6,8 @@ hugetlb_wp() can use the struct vm_fault passed in from hugetlb_fault().
This alleviates the stack by consolidating 5 variables into a single
struct.
+[vishal.moola@gmail.com: simplify hugetlb_wp() arguments]
+ Link: https://lkml.kernel.org/r/ZhQtoFNZBNwBCeXn@fedora
Link: https://lkml.kernel.org/r/20240401202651.31440-4-vishal.moola@gmail.com
Signed-off-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Reviewed-by: Oscar Salvador <osalvador@suse.de>