tipc: Un-inline port routine for processing incoming messages
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 9 Nov 2011 18:29:18 +0000 (13:29 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 29 Feb 2012 16:44:32 +0000 (11:44 -0500)
commit9b641251aee1a804169a17fe4236a50188894994
tree38748e8e60bb1df91e3ea5a70444823e05398c26
parentb58343f9ea75f02ef48b984767511c6b3ba76eaf
tipc: Un-inline port routine for processing incoming messages

Converts a non-trivial routine from inline to non-inline form
to avoid bloating the TIPC code base with 6 copies of its body.

This change is essentially cosmetic, and doesn't change existing
TIPC behavior.

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