diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 41737395bbcc..353ce9039a86 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -600,7 +600,7 @@ static int prep_new_page(struct page *page, int order, gfp_t gfp_flags) | |||
600 | 600 | ||
601 | page->flags &= ~(1 << PG_uptodate | 1 << PG_error | | 601 | page->flags &= ~(1 << PG_uptodate | 1 << PG_error | |
602 | 1 << PG_referenced | 1 << PG_arch_1 | | 602 | 1 << PG_referenced | 1 << PG_arch_1 | |
603 | 1 << PG_checked | 1 << PG_mappedtodisk); | 603 | 1 << PG_owner_priv_1 | 1 << PG_mappedtodisk); |
604 | set_page_private(page, 0); | 604 | set_page_private(page, 0); |
605 | set_page_refcounted(page); | 605 | set_page_refcounted(page); |
606 | 606 | ||