From: Christoph Lameter Date: Fri, 30 Jun 2006 08:55:36 +0000 (-0700) Subject: [PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structure X-Git-Tag: v2.6.18-rc1~311 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf02cf4b6cf931d060ad5c6ce9b960af6faefd2d;p=pandora-kernel.git [PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structure We can now access the number of pages in a mapped state in an inexpensive way in shrink_active_list. So drop the nr_mapped field from scan_control. [akpm@osdl.org: bugfix] Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed