Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179397
b: refs/heads/master
c: 6ccf80e
h: refs/heads/master
i:
  179395: b90daef
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Jan 17, 2010
1 parent 29c2034 commit ef67295
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: 1f0b8b95543118f97197a978560438c1ce88cd00
refs/heads/master: 6ccf80eb15ccaca4d3f1ab5162b9ded5eecd9971
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,10 @@ struct page *buffered_rmqueue(struct zone *preferred_zone,
}
spin_lock_irqsave(&zone->lock, flags);
page = __rmqueue(zone, order, migratetype);
__mod_zone_page_state(zone, NR_FREE_PAGES, -(1 << order));
spin_unlock(&zone->lock);
if (!page)
goto failed;
__mod_zone_page_state(zone, NR_FREE_PAGES, -(1 << order));
}

__count_zone_vm_events(PGALLOC, zone, 1 << order);
Expand Down

0 comments on commit ef67295

Please sign in to comment.