From: Allan Stephens Date: Tue, 5 Apr 2011 13:48:52 +0000 (-0400) Subject: tipc: Remove obsolete manipulation of message re-route count field X-Git-Tag: v3.2-rc1~129^2~251^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5adeb17c936d2dca155e4c93e2c6ea70419a6033;p=pandora-kernel.git 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 Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed