Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335877
b: refs/heads/master
c: ef6c5be
h: refs/heads/master
i:
  335875: 72f76e2
v: v3
  • Loading branch information
Dave Hansen authored and Linus Torvalds committed Nov 21, 2012
1 parent e49ac3f commit 31b8f0d
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: db9d8c60266a5010e905829e10cd722519e14777
refs/heads/master: ef6c5be658f6a70c1256fbd18e18ee0dc24c3386
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ int capture_free_page(struct page *page, int alloc_order, int migratetype)

mt = get_pageblock_migratetype(page);
if (unlikely(mt != MIGRATE_ISOLATE))
__mod_zone_freepage_state(zone, -(1UL << order), mt);
__mod_zone_freepage_state(zone, -(1UL << alloc_order), mt);

if (alloc_order != order)
expand(zone, page, alloc_order, order,
Expand Down

0 comments on commit 31b8f0d

Please sign in to comment.