Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97266
b: refs/heads/master
c: 7eb5482
h: refs/heads/master
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed May 24, 2008
1 parent 92e2e78 commit c8779b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03a74dcc7eebe6edd778317e82fafdf71e68488c
refs/heads/master: 7eb54824b76793dd86afb54f182ef9aa64b3a45a
3 changes: 3 additions & 0 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,9 @@ get_page_from_freelist(gfp_t gfp_mask, nodemask_t *nodemask, unsigned int order,

(void)first_zones_zonelist(zonelist, high_zoneidx, nodemask,
&preferred_zone);
if (!preferred_zone)
return NULL;

classzone_idx = zone_idx(preferred_zone);

zonelist_scan:
Expand Down

0 comments on commit c8779b7

Please sign in to comment.