dect
/
linux-2.6
Archived
13
0
Fork 0

mm/page_alloc.c: fix indentation

zlc_setup(): handle jiffies wraparound
(10ed273f50) changes tab with spaces

Signed-off-by: S.Caglar Onur <caglar@pardus.org.tr>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
S.Caglar Onur 2008-04-28 02:12:38 -07:00 committed by Linus Torvalds
parent 7edf85aa3c
commit f05111f501
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}