From: Christoph Lameter Date: Wed, 22 Mar 2006 08:08:18 +0000 (-0800) Subject: [PATCH] Thin out scan_control: remove nr_to_scan and priority X-Git-Tag: v2.6.17-rc1~1129^2~62 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8695949a1d7c99e039595db00af8e0fe4722307d;p=pandora-kernel.git [PATCH] Thin out scan_control: remove nr_to_scan and priority Make nr_to_scan and priority a parameter instead of putting it into scan control. This allows various small optimizations and IMHO makes the code easier to read. Signed-off-by: Christoph Lameter Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed