[mmotm][PATCH] vmscan: style cleanup

From: KOSAKI Motohiro
Date: Thu Dec 04 2008 - 03:16:24 EST


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@xxxxxxxxxxxxxx>
CC: Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/