Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46007
b: refs/heads/master
c: 6fd6b17
h: refs/heads/master
i:
  46005: 3aaa5a0
  46003: c3a3241
  45999: 9e06b98
v: v3
  • Loading branch information
Linus Torvalds committed Feb 1, 2007
1 parent 4bf8310 commit 259453d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f56df2f4db6e4af87fb8e941cff69f4501a111df
refs/heads/master: 6fd6b17c6d9713f56b5f20903ec3e00fa6cc435e
3 changes: 1 addition & 2 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,7 @@ int zone_watermark_ok(struct zone *z, int order, unsigned long mark,
int classzone_idx, int alloc_flags)
{
/* free_pages my go negative - that's OK */
unsigned long min = mark;
long free_pages = z->free_pages - (1 << order) + 1;
long min = mark, free_pages = z->free_pages - (1 << order) + 1;
int o;

if (alloc_flags & ALLOC_HIGH)
Expand Down

0 comments on commit 259453d

Please sign in to comment.