Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61651
b: refs/heads/master
c: f8af0bb
h: refs/heads/master
i:
  61649: f0d3498
  61647: bf86437
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Jul 19, 2007
1 parent e39f559 commit beda945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ed5cb2b73d0c4165c0504c95454fade0c0bf3d9
refs/heads/master: f8af0bb890d6cdcb09ec042c128e217a7c500355
2 changes: 1 addition & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static void update_and_free_page(struct page *page)
1 << PG_dirty | 1 << PG_active | 1 << PG_reserved |
1 << PG_private | 1<< PG_writeback);
}
page[1].lru.next = NULL;
set_compound_page_dtor(page, NULL);
set_page_refcounted(page);
__free_pages(page, HUGETLB_PAGE_ORDER);
}
Expand Down

0 comments on commit beda945

Please sign in to comment.