From: Allan Stephens Date: Mon, 28 Feb 2011 15:56:23 +0000 (-0500) Subject: tipc: Give Tx of discovery responses priority over link messages X-Git-Tag: v2.6.39-rc1~468^2~60^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2bae2d5bede252445cc457737d00f9036c41c3;p=pandora-kernel.git tipc: Give Tx of discovery responses priority over link messages Delay releasing the node lock when processing a neighbor discovery message until after the optional discovery response message has been sent. This helps ensure that any link protocol messages sent by a link endpoint created as a result of a neighbor discovery request are received after the discovery response is received, thereby giving the receiving node a chance to create a peer link endpoint to consume those link protocol messages, if one does not already exist. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed