[TIPC]: Reduce stack usage
authorPer Liden <per.liden@ericsson.com>
Tue, 21 Mar 2006 06:38:14 +0000 (22:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:38:14 +0000 (22:38 -0800)
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 <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bcast.c

Simple merge