From: Andrew Morton Date: Wed, 22 Mar 2006 08:08:19 +0000 (-0800) Subject: [PATCH] vmscan: use unsigned longs X-Git-Tag: v2.6.17-rc1~1129^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e05944af39fc6c97b09380c8721e38433bd828;p=pandora-kernel.git [PATCH] vmscan: use unsigned longs Turn basically everything in vmscan.c into `unsigned long'. This is to avoid the possibility that some piece of code in there might decide to operate upon more than 4G (or even 2G) of pages in one hit. This might be silly, but we'll need it one day. Cc: Christoph Lameter Cc: Nick Piggin Signed-off-by: Rafael J. Wysocki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed