X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=mm%2Fhuge_memory.c;h=a92012a71702e7156baba919e636bcfcce8971f2;hb=117961878cc1386923cfddcdd9016b777827c8dd;hp=243e710c6039a287f93ec9f303639c7316dbdf0e;hpb=069e1572d78a154a342d7cf396a160823854747f;p=~andy%2Flinux diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 243e710c603..a92012a7170 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -1620,7 +1620,9 @@ static void __split_huge_page_refcount(struct page *page, ((1L << PG_referenced) | (1L << PG_swapbacked) | (1L << PG_mlocked) | - (1L << PG_uptodate))); + (1L << PG_uptodate) | + (1L << PG_active) | + (1L << PG_unevictable))); page_tail->flags |= (1L << PG_dirty); /* clear PageTail before overwriting first_page */