tipc: Remove obsolete manipulation of message re-route count field
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 5 Apr 2011 13:48:52 +0000 (09:48 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 1 Sep 2011 15:16:35 +0000 (11:16 -0400)
commit5adeb17c936d2dca155e4c93e2c6ea70419a6033
treef3c6851837c14eefe68f0d59da1b87a48e9c03d1
parentab7e11d9d0293ef1802d6ae8aab39ce58472b167
tipc: Remove obsolete manipulation of message re-route count field

Eliminates code that increments and validates the re-route count field
of payload messages, since the elimination of multi-cluster support
means that it is no longer necessary for TIPC to forward incoming messages
to another node. (The obsolete code was incorrect anyway, since it
incorrectly incremented the re-route count field of messages that
originated on the node that forwarded the message.)

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