From: Miklos Szeredi <mszeredi@suse.cz>
To: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] add vmstat_text for NR_WRITEBACK_TEMP
Date: Tue, 22 Apr 2008 20:12:27 +0200 [thread overview]
Message-ID: <1208887947.3828.29.camel@tucsk> (raw)
In-Reply-To: <1208887130.5534.97.camel@localhost>
On Tue, 2008-04-22 at 13:58 -0400, Lee Schermerhorn wrote:
> PATCH - add vmstat_test for NR_WRITEBACK_TEMP
>
> Against: 2.6.25-rc8-mm2 [maybe also missing in '.25-mm1]
>
> /proc/vmstat items after "nr_vmscan_write" are off-by-one
> because of missing test for NR_WRITEBACK_TEMP that was added
> to mmzone.h.
>
> Apparently from:
>
> mm-add-nr_writeback_temp-counter.patch
>
> in -mm tree.
>
> Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
Acked-by: Miklos Szeredi <mszeredi@suse.cz>
Thanks,
Miklos
>
> mm/vmstat.c | 1 +
> 1 file changed, 1 insertion(+)
>
> Index: linux-2.6.25-rc8-mm2/mm/vmstat.c
> ===================================================================
> --- linux-2.6.25-rc8-mm2.orig/mm/vmstat.c 2008-04-15 12:07:18.000000000 -0400
> +++ linux-2.6.25-rc8-mm2/mm/vmstat.c 2008-04-15 12:11:48.000000000 -0400
> @@ -699,6 +699,7 @@ static const char * const vmstat_text[]
> "nr_unstable",
> "nr_bounce",
> "nr_vmscan_write",
> + "nr_writeback_temp",
>
> #ifdef CONFIG_NUMA
> "numa_hit",
>
>
prev parent reply other threads:[~2008-04-22 18:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-22 17:58 [PATCH] add vmstat_text for NR_WRITEBACK_TEMP Lee Schermerhorn
2008-04-22 18:12 ` Miklos Szeredi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1208887947.3828.29.camel@tucsk \
--to=mszeredi@suse.cz \
--cc=Lee.Schermerhorn@hp.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.