From: Allan Stephens Date: Wed, 9 Nov 2011 21:30:55 +0000 (-0500) Subject: tipc: Optimize setting of immutable payload message header fields X-Git-Tag: v3.4-rc1~177^2~171^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbbc59dbd4e69da078b65a7f708c4250984dd29;p=pandora-kernel.git tipc: Optimize setting of immutable payload message header fields Optimizes routines that send payload messages so that they no longer update the "originating node" and "originating port" fields of the outgoing message header template, since these fields are initialized when the sending port is created and never change thereafter. Also optimizes the routine which updates the message header template when a connection to a port is established, for the same reason. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed