diff options
author | Ankita Garg <ankita@in.ibm.com> | 2006-11-06 07:52:07 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-11-06 09:46:23 (GMT) |
commit | 18a61e4adbc4dbe209e0d154df5cd37ce17dc314 (patch) | |
tree | d2c03c2f4fb6d09c415192564ea8d89daa6ac0f2 /fs | |
parent | 4b96b1a10cb00c867103b21f0f2a6c91b705db11 (diff) | |
download | linux-fsl-qoriq-18a61e4adbc4dbe209e0d154df5cd37ce17dc314.tar.xz |
[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 <ankita@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions