commit | de70c5ba43b3442b99e94dc35bba2bbced168a84 | [log] [tgz] |
---|---|---|
author | Per Liden <per.liden@ericsson.com> | Mon Mar 20 22:38:14 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:38:14 2006 -0800 |
tree | 1e059abe38fada6499e16084a2dbaaa489b2a783 | |
parent | 988f088a8e9e555dc99ced83690967fad3d905f6 [diff] |
[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 <per.liden@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>