Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38341
b: refs/heads/master
c: e80ee88
h: refs/heads/master
i:
  38339: 4f149f5
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Oct 4, 2006
1 parent 4bacb2c commit 77c256b
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: b2abacf3a2699a8020829c85c16f358ba85cecaf
refs/heads/master: e80ee884ae0e3794ef2b65a18a767d502ad712ee
3 changes: 2 additions & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,8 @@ 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 */
long min = mark, free_pages = z->free_pages - (1 << order) + 1;
unsigned long min = mark;
long free_pages = z->free_pages - (1 << order) + 1;
int o;

if (alloc_flags & ALLOC_HIGH)
Expand Down

0 comments on commit 77c256b

Please sign in to comment.