OSDN Git Service

[PATCH] vm: try_to_free_pages unused argument
authorDarren Hart <dvhltc@us.ibm.com>
Wed, 22 Jun 2005 00:14:53 +0000 (17:14 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 01:46:17 +0000 (18:46 -0700)
commit1ad539b2bd89bf2e129123eb24d5bcc4484a35de
treee416e208cdbd5d9890d39e39384e4ec913c26ef6
parentcbe37d093707762fc0abb280781e6a82a9d8d568
[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>
fs/buffer.c
include/linux/swap.h
mm/page_alloc.c
mm/vmscan.c