[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1205746593-24820-11-git-send-email-caglar@pardus.org.tr>
Date: Mon, 17 Mar 2008 11:36:33 +0200
From: S.Çağlar Onur <caglar@...dus.org.tr>
To: linux-kernel@...r.kernel.org
Cc: Lee Schermerhorn <Lee.Schermerhorn@...com>,
Paul Jackson <pj@....com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] Fix indentation
zlc_setup(): handle jiffies wraparound (10ed273f5016c582413dfbc468dd084957d847e1) changes tab with spaces
CC: Lee Schermerhorn <Lee.Schermerhorn@...com>
CC: Paul Jackson <pj@....com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
mm/page_alloc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 402a504..363c948 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -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;
}
--
1.5.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists