Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151535
b: refs/heads/master
c: 0a15c3e
h: refs/heads/master
i:
  151533: c538256
  151531: 08eef5f
  151527: 34463ff
  151519: f997a82
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Jun 17, 2009
1 parent 8ed232c commit 972f129
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: 728ec980fb9fa2d65d9e05444079a53615985e7b
refs/heads/master: 0a15c3e9f649f71464ac39e6378f1fde6f995322
3 changes: 2 additions & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,8 @@ void split_page(struct page *page, unsigned int order)
* we cheat by calling it from here, in the order > 0 path. Saves a branch
* or two.
*/
static struct page *buffered_rmqueue(struct zone *preferred_zone,
static inline
struct page *buffered_rmqueue(struct zone *preferred_zone,
struct zone *zone, int order, gfp_t gfp_flags,
int migratetype)
{
Expand Down

0 comments on commit 972f129

Please sign in to comment.