From: Nick Piggin Date: Wed, 22 Mar 2006 08:08:32 +0000 (-0800) Subject: [PATCH] x86_64: pageattr use single list X-Git-Tag: v2.6.17-rc1~1129^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20aaffd6a6492a5f7975dd7be967cdf0e4d978c4;p=pandora-kernel.git [PATCH] x86_64: pageattr use single list Use page->lru.next to implement the singly linked list of pages rather than the struct deferred_page which needs to be allocated and freed for each page. Signed-off-by: Nick Piggin Acked-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed