From e07aa05b606deeb1a8b55cd19098427c72daebce Mon Sep 17 00:00:00 2001 From: Nigel Cunningham Date: Fri, 22 Dec 2006 01:07:21 -0800 Subject: [PATCH] [PATCH] Fix swapped parameters in mm/vmscan.c The version of mm/vmscan.c in Linus' current tree has swapped parameters in the shrink_all_zones declaration and call, used by the various suspend-to-disk implementations. This doesn't seem to have any great adverse effect, but it's clearly wrong. Signed-off-by: Nigel Cunningham Cc: Pavel Machek Cc: "Rafael J. Wysocki" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed