[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1217246386.3087.19.camel@sebastian.kern.oss.ntt.co.jp>
Date: Mon, 28 Jul 2008 20:59:46 +0900
From: Fernando Luis Vázquez Cao
<fernando@....ntt.co.jp>
To: cl@...ux-foundation.org
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH] do_try_to_free_page: update comments related to vmscan
functions
Signed-off-by: Fernando Luis Vazquez Cao <fernando@....ntt.co.jp>
---
diff -urNp linux-2.6.26/mm/vmscan.c linux-2.6.26-fixes/mm/vmscan.c
--- linux-2.6.26/mm/vmscan.c 2008-07-28 20:50:47.000000000 +0900
+++ linux-2.6.26-fixes/mm/vmscan.c 2008-07-28 20:56:23.000000000 +0900
@@ -1371,7 +1371,7 @@ static unsigned long do_try_to_free_page
if (sc->nr_scanned && priority < DEF_PRIORITY - 2)
congestion_wait(WRITE, HZ/10);
}
- /* top priority shrink_caches still had more to do? don't OOM, then */
+ /* top priority shrink_zones still had more to do? don't OOM, then */
if (!sc->all_unreclaimable && scan_global_lru(sc))
ret = nr_reclaimed;
out:
--
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