|
@@ -618,8 +618,8 @@ static void update_and_free_page(struct hstate *h, struct page *page)
|
|
|
for (i = 0; i < pages_per_huge_page(h); i++) {
|
|
for (i = 0; i < pages_per_huge_page(h); i++) {
|
|
|
page[i].flags &= ~(1 << PG_locked | 1 << PG_error |
|
|
page[i].flags &= ~(1 << PG_locked | 1 << PG_error |
|
|
|
1 << PG_referenced | 1 << PG_dirty |
|
|
1 << PG_referenced | 1 << PG_dirty |
|
|
|
- 1 << PG_active | 1 << PG_reserved |
|
|
|
|
|
- 1 << PG_private | 1 << PG_writeback);
|
|
|
|
|
|
|
+ 1 << PG_active | 1 << PG_private |
|
|
|
|
|
+ 1 << PG_writeback);
|
|
|
}
|
|
}
|
|
|
VM_BUG_ON_PAGE(hugetlb_cgroup_from_page(page), page);
|
|
VM_BUG_ON_PAGE(hugetlb_cgroup_from_page(page), page);
|
|
|
set_compound_page_dtor(page, NULL);
|
|
set_compound_page_dtor(page, NULL);
|