From: Paul Gortmaker Date: Wed, 8 Sep 2010 13:31:24 +0000 (+0000) Subject: tipc: Optimize handling excess content on incoming messages X-Git-Tag: v2.6.37-rc1~147^2~494 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2abd4c033c3965ce670841dfb401f5f166222d5;p=pandora-kernel.git tipc: Optimize handling excess content on incoming messages Remove code that trimmed excess trailing info from incoming messages arriving over an Ethernet interface. TIPC now ignores the extra info while the message is being processed by the node, and only trims it off if the message is retransmitted to another node. (This latter step is done to ensure the extra info doesn't cause the sk_buff to exceed the outgoing interface's MTU limit.) The outgoing buffer is guaranteed to be linear. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed