From: Miao Xie Date: Wed, 10 Mar 2010 23:22:42 +0000 (-0800) Subject: nodemask: fix the declaration of NODEMASK_ALLOC() X-Git-Tag: v2.6.34-rc2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7baab93f9297da3e42a8cecfbf91d5f22f415500;p=pandora-kernel.git nodemask: fix the declaration of NODEMASK_ALLOC() we can't declarate two variable at the same scope by NODEMASK_ALLOC(). This patch fixes it. Signed-off-by: Miao Xie Cc: David Rientjes Cc: Lee Schermerhorn Cc: Nick Piggin Cc: Paul Menage Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed