From: Christoph Lameter Date: Fri, 30 Jun 2006 08:55:40 +0000 (-0700) Subject: [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter X-Git-Tag: v2.6.18-rc1~304 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd39fc8561be33065306bdac0e30414e1e8ac8e1;p=pandora-kernel.git [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter Conversion of nr_unstable to a per zone counter We need to do some special modifications to the nfs code since there are multiple cases of disposition and we need to have a page ref for proper accounting. This converts the last critical page state of the VM and therefore we need to remove several functions that were depending on GET_PAGE_STATE_LAST in order to make the kernel compile again. We are only left with event type counters in page state. [akpm@osdl.org: bugfixes] Signed-off-by: Christoph Lameter Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed