]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
tipc: Eliminate obsolete code for re-sending a message
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 9 Nov 2011 22:38:20 +0000 (17:38 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 29 Feb 2012 16:45:01 +0000 (11:45 -0500)
commite8ec1ae756de320644c69194898c53d247925586
tree91f9f745746043187456cf1207cd562053b0ee65
parent9b641251aee1a804169a17fe4236a50188894994
tipc: Eliminate obsolete code for re-sending a message

Removes code that updated the "previous node" field of an out-going
message over TIPC's links. Such updating is unnecessary since the
removal of the prototype multi-cluster capability means that all
outgoing messages are generated locally and already have this field
populated correctly.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.c