aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 628fd3e24731..ef1811531999 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -943,7 +943,7 @@ static int free_tail_pages_check(struct page *head_page, struct page *page)
943 } 943 }
944 switch (page - head_page) { 944 switch (page - head_page) {
945 case 1: 945 case 1:
946 /* the first tail page: ->mapping is compound_mapcount() */ 946 /* the first tail page: ->mapping may be compound_mapcount() */
947 if (unlikely(compound_mapcount(page))) { 947 if (unlikely(compound_mapcount(page))) {
948 bad_page(page, "nonzero compound_mapcount", 0); 948 bad_page(page, "nonzero compound_mapcount", 0);
949 goto out; 949 goto out;