From: KOSAKI Motohiro Date: Sun, 19 Oct 2008 03:26:19 +0000 (-0700) Subject: swap: use an array for the LRU pagevecs X-Git-Tag: v2.6.28-rc1~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04e9ebbe4909f9a41efd55149bc353299f4e83b;p=pandora-kernel.git swap: use an array for the LRU pagevecs Turn the pagevecs into an array just like the LRUs. This significantly cleans up the source code and reduces the size of the kernel by about 13kB after all the LRU lists have been created further down in the split VM patch series. Signed-off-by: Rik van Riel Signed-off-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed