From: Per Liden Date: Tue, 21 Mar 2006 06:38:14 +0000 (-0800) Subject: [TIPC]: Reduce stack usage X-Git-Tag: v2.6.17-rc1~1175^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de70c5ba43b3442b99e94dc35bba2bbced168a84;p=pandora-kernel.git [TIPC]: Reduce stack usage The node_map struct can be quite large (516 bytes) and allocating two of them on the stack is not a good idea since we might only have a 4K stack to start with. Signed-off-by: Per Liden Signed-off-by: David S. Miller --- Reading git-diff-tree failed