diff options
| -rw-r--r-- | mm/hugetlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 01f2b48c8618..0e27a9db6eb9 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c | |||
| @@ -3502,7 +3502,7 @@ static int hugetlb_no_page(struct mm_struct *mm, struct vm_area_struct *vma, | |||
| 3502 | * COW. Warn that such a situation has occurred as it may not be obvious | 3502 | * COW. Warn that such a situation has occurred as it may not be obvious |
| 3503 | */ | 3503 | */ |
| 3504 | if (is_vma_resv_set(vma, HPAGE_RESV_UNMAPPED)) { | 3504 | if (is_vma_resv_set(vma, HPAGE_RESV_UNMAPPED)) { |
| 3505 | pr_warning("PID %d killed due to inadequate hugepage pool\n", | 3505 | pr_warn_ratelimited("PID %d killed due to inadequate hugepage pool\n", |
| 3506 | current->pid); | 3506 | current->pid); |
| 3507 | return ret; | 3507 | return ret; |
| 3508 | } | 3508 | } |
