commit | 65f51ef0971f01d64027cb3bca2c5827fb5b19cb | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Sun Jun 25 23:53:20 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 25 23:53:20 2006 -0700 |
tree | 8080e86d8bfe4398b3c1478580bfbfeb5bd6c866 | |
parent | 5392d646886d8f1ae01be69c10600b8df5284c41 [diff] |
[TIPC]: Get rid of dynamically allocated arrays in broadcast code. This change improves an earlier change which replaced the large local variable arrays used during broadcasting with dynamically allocated arrays. The temporary arrays are now incoprorated into the multicast link data structure. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Per Liden <per.liden@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>