From: Ankita Garg Date: Mon, 6 Nov 2006 07:52:07 +0000 (-0800) Subject: [PATCH] Fix for LKDTM MEM_SWAPOUT crashpoint X-Git-Tag: v2.6.19-rc5~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a61e4adbc4dbe209e0d154df5cd37ce17dc314;p=pandora-kernel.git [PATCH] Fix for LKDTM MEM_SWAPOUT crashpoint The MEM_SWAPOUT crashpoint in LKDTM could be broken as some compilers inline the call to shrink_page_list() and symbol lookup for this function name fails. Replacing it with the function shrink_inactive_list(), which is the only function calling shrink_page_list(). Signed-off-by: Ankita Garg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed