tipc: Optimize creation of connection protocol messages
commite4a0aee47e1823025972b8f3defde432e485b7b9
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 1 Jun 2011 20:21:12 +0000 (1 16:21 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:18 +0000 (24 16:18 -0400)
treec44e11954b27ff132612e877b42dffd5ed5709a7
parentf55b564054e35dcd171e1191a477327528271f95
tipc: Optimize creation of connection protocol messages

Simplifies the creation of connection protocol messages by eliminating
the passing of information that is no longer required, is constant,
or is contained within the port structure that is issuing the message.

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