diff options
Diffstat (limited to 'mm/hugetlb.c')
-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 7c204e3d132b..a963f2034dfc 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c | |||
@@ -1583,7 +1583,7 @@ static struct page *alloc_surplus_huge_page(struct hstate *h, gfp_t gfp_mask, | |||
1583 | page = NULL; | 1583 | page = NULL; |
1584 | } else { | 1584 | } else { |
1585 | h->surplus_huge_pages++; | 1585 | h->surplus_huge_pages++; |
1586 | h->nr_huge_pages_node[page_to_nid(page)]++; | 1586 | h->surplus_huge_pages_node[page_to_nid(page)]++; |
1587 | } | 1587 | } |
1588 | 1588 | ||
1589 | out_unlock: | 1589 | out_unlock: |