Re: [PATCH 06/14] Add per zone counters to zone node and global VMstatistics

From: Andrew Morton
Date: Fri Jun 09 2006 - 00:03:19 EST


On Thu, 8 Jun 2006 16:03:10 -0700 (PDT)
Christoph Lameter <clameter@xxxxxxx> wrote:

> --- linux-2.6.17-rc6-mm1.orig/mm/page_alloc.c 2006-06-08 14:29:46.317675014 -0700
> +++ linux-2.6.17-rc6-mm1/mm/page_alloc.c 2006-06-08 14:57:05.712250246 -0700
> @@ -628,6 +628,8 @@ static int rmqueue_bulk(struct zone *zon
> return i;
> }
>
> +char *vm_stat_item_descr[NR_STAT_ITEMS] = { "mapped","pagecache" };

static?
-
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/