[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter
authorChristoph Lameter <clameter@sgi.com>
Fri, 30 Jun 2006 08:55:35 +0000 (01:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Jun 2006 18:25:34 +0000 (11:25 -0700)
commit347ce434d57da80fd5809c0c836f206a50999c26
treef730d151be77977f594e5cc083a93bbeb4c602cc
parent65ba55f500a37272985d071c9bbb35256a2f7c14
[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter

Currently a single atomic variable is used to establish the size of the page
cache in the whole machine.  The zoned VM counters have the same method of
implementation as the nr_pagecache code but also allow the determination of
the pagecache size per zone.

Remove the special implementation for nr_pagecache and make it a zoned counter
named NR_FILE_PAGES.

Updates of the page cache counters are always performed with interrupts off.
We can therefore use the __ variant here.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
13 files changed:
arch/s390/appldata/appldata_mem.c
arch/sparc/kernel/sys_sunos.c
arch/sparc64/kernel/sys_sunos32.c
drivers/base/node.c
fs/proc/proc_misc.c
include/linux/mmzone.h
include/linux/pagemap.h
mm/filemap.c
mm/mmap.c
mm/nommu.c
mm/page_alloc.c
mm/swap_state.c
mm/vmstat.c