Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94002
b: refs/heads/master
c: f05111f
h: refs/heads/master
v: v3
  • Loading branch information
S.Caglar Onur authored and Linus Torvalds committed Apr 28, 2008
1 parent af39a05 commit aea8675
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: 7edf85aa3c00df1e86e82f649c41efa0dd8a7218
refs/heads/master: f05111f50105ac479a008cf85749cf9c956453ea
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ static nodemask_t *zlc_setup(struct zonelist *zonelist, int alloc_flags)
if (!zlc)
return NULL;

if (time_after(jiffies, zlc->last_full_zap + HZ)) {
if (time_after(jiffies, zlc->last_full_zap + HZ)) {
bitmap_zero(zlc->fullzones, MAX_ZONES_PER_ZONELIST);
zlc->last_full_zap = jiffies;
}
Expand Down

0 comments on commit aea8675

Please sign in to comment.