commit | 1ad539b2bd89bf2e129123eb24d5bcc4484a35de | [log] [tgz] |
---|---|---|
author | Darren Hart <dvhltc@us.ibm.com> | Tue Jun 21 17:14:53 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 21 18:46:17 2005 -0700 |
tree | e416e208cdbd5d9890d39e39384e4ec913c26ef6 | |
parent | cbe37d093707762fc0abb280781e6a82a9d8d568 [diff] |
[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 <dvhltc@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>