commit | 5af5479296fba0ace5d5cab84045de5b19bde3fe | [log] [tgz] |
---|---|---|
author | Allan Stephens <Allan.Stephens@windriver.com> | Fri Dec 31 18:59:23 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 01 13:57:51 2011 -0800 |
tree | d23a71887cafdac19a3e4da54e225c7d9c15ada5 | |
parent | b0c1e928c85023c73780b5d9873406ccf1cd8019 [diff] |
tipc: Remove internal linked list of node objects Eliminates a sorted list TIPC uses to keep track of the neighboring nodes it has links to, since this duplicates information already present in the internal array of node object pointers. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>