Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86209
b: refs/heads/master
c: e5df70a
h: refs/heads/master
i:
  86207: cfedb2e
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Feb 24, 2008
1 parent 9288ad7 commit 5c02812
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: 745329c4a2a25efbf5ba6cd7842e07840e4e9775
refs/heads/master: e5df70ab194543522397fa3da8c8f80564a0f7d3
2 changes: 1 addition & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ static void free_huge_page(struct page *page)
struct address_space *mapping;

mapping = (struct address_space *) page_private(page);
set_page_private(page, 0);
BUG_ON(page_count(page));
INIT_LIST_HEAD(&page->lru);

Expand All @@ -134,7 +135,6 @@ static void free_huge_page(struct page *page)
spin_unlock(&hugetlb_lock);
if (mapping)
hugetlb_put_quota(mapping, 1);
set_page_private(page, 0);
}

/*
Expand Down

0 comments on commit 5c02812

Please sign in to comment.