Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105277
b: refs/heads/master
c: 3c82d0c
h: refs/heads/master
i:
  105275: 2c4310b
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Jul 24, 2008
1 parent 60f0fbc commit c2ab190
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 42b7772812d15b86543a23b82bd6070eef9a08b1
refs/heads/master: 3c82d0ce2c4f642b2f24ef98707a030543b06b90
3 changes: 2 additions & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,9 @@ static inline void __free_one_page(struct page *page,

buddy = __page_find_buddy(page, page_idx, order);
if (!page_is_buddy(page, buddy, order))
break; /* Move the buddy up one level. */
break;

/* Our buddy is free, merge with it and move up one order. */
list_del(&buddy->lru);
zone->free_area[order].nr_free--;
rmv_page_order(buddy);
Expand Down

0 comments on commit c2ab190

Please sign in to comment.