linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [mmotm][PATCH] vmscan: style cleanup
@ 2008-12-04  8:15 KOSAKI Motohiro
  2008-12-04  8:17 ` [mmotm][PATCH] memcg: memcg reclaim stat trivial fixes KOSAKI Motohiro
  0 siblings, 1 reply; 2+ messages in thread
From: KOSAKI Motohiro @ 2008-12-04  8:15 UTC (permalink / raw)
  To: LKML, linux-mm, Andrew Morton, Balbir Singh, KAMEZAWA Hiroyuki
  Cc: kosaki.motohiro

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@jp.fujitsu.com>
CC: Balbir Singh <balbir@linux.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, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-04  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-04  8:15 [mmotm][PATCH] vmscan: style cleanup KOSAKI Motohiro
2008-12-04  8:17 ` [mmotm][PATCH] memcg: memcg reclaim stat trivial fixes KOSAKI Motohiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox