aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/hugetlb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index a87903578810..bfca1b00b09b 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -135,9 +135,9 @@ static inline struct hugepage_subpool *subpool_vma(struct vm_area_struct *vma)
135 * across the pages in a mapping. 135 * across the pages in a mapping.
136 * 136 *
137 * The region data structures are protected by a combination of the mmap_sem 137 * The region data structures are protected by a combination of the mmap_sem
138 * and the hugetlb_instantion_mutex. To access or modify a region the caller 138 * and the hugetlb_instantiation_mutex. To access or modify a region the caller
139 * must either hold the mmap_sem for write, or the mmap_sem for read and 139 * must either hold the mmap_sem for write, or the mmap_sem for read and
140 * the hugetlb_instantiation mutex: 140 * the hugetlb_instantiation_mutex:
141 * 141 *
142 * down_write(&mm->mmap_sem); 142 * down_write(&mm->mmap_sem);
143 * or 143 * or