-
- Downloads
[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 <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>
Showing
- drivers/base/node.c 2 additions, 2 deletionsdrivers/base/node.c
- fs/fs-writeback.c 1 addition, 1 deletionfs/fs-writeback.c
- fs/nfs/write.c 2 additions, 4 deletionsfs/nfs/write.c
- fs/proc/proc_misc.c 2 additions, 2 deletionsfs/proc/proc_misc.c
- include/linux/mmzone.h 1 addition, 0 deletionsinclude/linux/mmzone.h
- include/linux/vmstat.h 0 additions, 9 deletionsinclude/linux/vmstat.h
- mm/page-writeback.c 1 addition, 1 deletionmm/page-writeback.c
- mm/page_alloc.c 1 addition, 3 deletionsmm/page_alloc.c
- mm/vmstat.c 1 addition, 24 deletionsmm/vmstat.c
Loading
Please register or sign in to comment