[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081204170937.1D7A.KOSAKI.MOTOHIRO@jp.fujitsu.com>
Date: Thu, 4 Dec 2008 17:15:58 +0900 (JST)
From: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To: LKML <linux-kernel@...r.kernel.org>, linux-mm <linux-mm@...ck.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Balbir Singh <balbir@...ux.vnet.ibm.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
Cc: kosaki.motohiro@...fujitsu.com
Subject: [mmotm][PATCH] vmscan: style cleanup
applied after: memcg-add-inactive_anon_is_low.patch
Balbir-san pointed out memcg-add-inactive_anon_is_low.patch has one
strange indent.
fix here.
Andrew, if you like folded patch instead incremental patch,
please let me know it.
==
trivial style cleanup.
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
CC: Balbir Singh <balbir@...ux.vnet.ibm.com>
---
mm/vmscan.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: b/mm/vmscan.c
===================================================================
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -1411,8 +1411,7 @@ static unsigned long shrink_list(enum lr
return 0;
}
- if (lru == LRU_ACTIVE_ANON &&
- inactive_anon_is_low(zone, sc)) {
+ if (lru == LRU_ACTIVE_ANON && inactive_anon_is_low(zone, sc)) {
shrink_active_list(nr_to_scan, zone, sc, priority, file);
return 0;
}
--
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