summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 9dd443d89d8b..e51802d7c8ff 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -333,8 +333,8 @@ out:
333 * 333 *
334 * The remaining PAGE_SIZE pages are called "tail pages". 334 * The remaining PAGE_SIZE pages are called "tail pages".
335 * 335 *
336 * All pages have PG_compound set. All pages have their ->private pointing at 336 * All pages have PG_compound set. All tail pages have their ->first_page
337 * the head page (even the head page has this). 337 * pointing at the head page.
338 * 338 *
339 * The first tail page's ->lru.next holds the address of the compound page's 339 * The first tail page's ->lru.next holds the address of the compound page's
340 * put_page() function. Its ->lru.prev holds the order of allocation. 340 * put_page() function. Its ->lru.prev holds the order of allocation.