]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
tipc: Remove internal linked list of node objects
authorAllan Stephens <Allan.Stephens@windriver.com>
Fri, 31 Dec 2010 18:59:23 +0000 (18:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jan 2011 21:57:51 +0000 (13:57 -0800)
commit5af5479296fba0ace5d5cab84045de5b19bde3fe
treed23a71887cafdac19a3e4da54e225c7d9c15ada5
parentb0c1e928c85023c73780b5d9873406ccf1cd8019
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>
net/tipc/node.c