Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217494
b: refs/heads/master
c: 572438f
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Oct 26, 2010
1 parent 513ce11 commit 81e3432
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: 44e2aa937e698ea95dd86b2a4fabd734ef2c76db
refs/heads/master: 572438f9b52236bd8938b1647cc15e027d27ef55
2 changes: 1 addition & 1 deletion trunk/mm/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extern bool is_free_buddy_page(struct page *page);
*/
static inline unsigned long page_order(struct page *page)
{
VM_BUG_ON(!PageBuddy(page));
/* PageBuddy() must be checked by the caller */
return page_private(page);
}

Expand Down

0 comments on commit 81e3432

Please sign in to comment.