From: Darren Hart Date: Wed, 22 Jun 2005 00:14:53 +0000 (-0700) Subject: [PATCH] vm: try_to_free_pages unused argument X-Git-Tag: v2.6.13-rc1~68^2~582^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ad539b2bd89bf2e129123eb24d5bcc4484a35de;p=pandora-kernel.git [PATCH] vm: try_to_free_pages unused argument try_to_free_pages accepts a third argument, order, but hasn't used it since before 2.6.0. The following patch removes the argument and updates all the calls to try_to_free_pages. Signed-off-by: Darren Hart Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed