Re: [-mm patch] mm/vmscan.c: make shrink_all_zones() static

From: Rafael J. Wysocki
Date: Thu Apr 27 2006 - 14:53:02 EST


On Thursday 27 April 2006 20:03, Adrian Bunk wrote:
> On Thu, Apr 27, 2006 at 01:41:41AM -0700, Andrew Morton wrote:
> >...
> > Changes since 2.6.17-rc1-mm3:
> >...
> > +swsusp-rework-memory-shrinker-rev-2.patch
> >
> > Memory management updates
> >...
>
>
> This patch makes the needlessly global shrink_all_zones() static.

Thanks for fixing.

Greetings,
Rafael


> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
>
> --- linux-2.6.17-rc2-mm1-full/mm/vmscan.c.old 2006-04-27 18:09:55.000000000 +0200
> +++ linux-2.6.17-rc2-mm1-full/mm/vmscan.c 2006-04-27 18:10:14.000000000 +0200
> @@ -1291,8 +1291,8 @@
> *
> * For pass > 3 we also try to shrink the LRU lists that contain a few pages
> */
> -unsigned long shrink_all_zones(unsigned long nr_pages, int pass, int prio,
> - struct scan_control *sc)
> +static unsigned long shrink_all_zones(unsigned long nr_pages, int pass,
> + int prio, struct scan_control *sc)
> {
> struct zone *zone;
> unsigned long nr_to_scan, ret = 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/