diff options
Diffstat (limited to 'mm/page_alloc.c')
-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 e2a10b957f23..2165be9462c0 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -617,7 +617,7 @@ static int prep_new_page(struct page *page, int order, gfp_t gfp_flags) | |||
617 | if (PageReserved(page)) | 617 | if (PageReserved(page)) |
618 | return 1; | 618 | return 1; |
619 | 619 | ||
620 | page->flags &= ~(1 << PG_uptodate | 1 << PG_error | | 620 | page->flags &= ~(1 << PG_uptodate | 1 << PG_error | 1 << PG_readahead | |
621 | 1 << PG_referenced | 1 << PG_arch_1 | | 621 | 1 << PG_referenced | 1 << PG_arch_1 | |
622 | 1 << PG_owner_priv_1 | 1 << PG_mappedtodisk); | 622 | 1 << PG_owner_priv_1 | 1 << PG_mappedtodisk); |
623 | set_page_private(page, 0); | 623 | set_page_private(page, 0); |