From: Christoph Lameter Date: Tue, 5 Feb 2008 06:28:34 +0000 (-0800) Subject: vmalloc: clean up page array indexing X-Git-Tag: v2.6.25-rc1~982 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf53d6f8fa467397a16de2a2500312ae26528d34;p=pandora-kernel.git vmalloc: clean up page array indexing The page array is repeatedly indexed both in vunmap and vmalloc_area_node(). Add a temporary variable to make it easier to read (and easier to patch later). Signed-off-by: Christoph Lameter Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed