mm/page_alloc.c: fix indentation
authorS.Caglar Onur <[email protected]>
Mon, 28 Apr 2008 09:12:38 +0000 (02:12 -0700)
committerLinus Torvalds <[email protected]>
Mon, 28 Apr 2008 15:58:20 +0000 (08:58 -0700)
zlc_setup(): handle jiffies wraparound
(10ed273f5016c582413dfbc468dd084957d847e1) changes tab with spaces

Signed-off-by: S.Caglar Onur <[email protected]>
Cc: Lee Schermerhorn <[email protected]>
Cc: Paul Jackson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/page_alloc.c

index b4beb3eea8b7bbb894a6021ebfd973c716601868..af28e2cec8b485b549041edf5ce7548dab4cd462 100644 (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;
        }