Re: [PATCH] counting bounce buffer in vmstat

From: YOSHIFUJI Hideaki / 吉藤英明
Date: Wed Apr 27 2005 - 01:49:57 EST


In article <426F3445.9060701@xxxxxxxxxxxxxx> (at Wed, 27 Apr 2005 15:42:13 +0900), KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> says:

> diff -puN include/linux/page-flags.h~count_bounce include/linux/page-flags.h
> --- linux-2.6.12-rc2-mm3/include/linux/page-flags.h~count_bounce 2005-04-27 10:23:15.000000000 +0900
> +++ linux-2.6.12-rc2-mm3-kamezawa/include/linux/page-flags.h 2005-04-27 10:24:11.000000000 +0900
> @@ -89,6 +89,7 @@ struct page_state {
> unsigned long nr_page_table_pages;/* Pages used for pagetables */
> unsigned long nr_mapped; /* mapped into pagetables */
> unsigned long nr_slab; /* In slab */
> + unsigned long nr_bounce; /* pages for bounce buffers */
> #define GET_PAGE_STATE_LAST nr_slab
>
> /*

I think you need to change GET_PAGE_STATE_LAST as well.

--yoshfuji
-
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/