| | Date | Mon, 17 Mar 2008 22:05:14 -0700 | | From | Andrew Morton <> | | Subject | Re: [patch 2/8] mm: Add NR_WRITEBACK_TEMP counter |
On Mon, 17 Mar 2008 20:19:10 +0100 Miklos Szeredi <miklos@szeredi.hu> wrote:
> @@ -179,6 +179,7 @@ static int meminfo_read_proc(char *page,
> "PageTables: %8lu kB\n"
> "NFS_Unstable: %8lu kB\n"
> "Bounce: %8lu kB\n"
> + "WritebackTmp: %8lu kB\n"
These fields are documented in Documentation/filesystems/proc.txt (please),
although we're missing some of them now.
|