tipc: Reduce footprint by un-inlining tipc_msg_* routines
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 11 May 2010 14:30:18 +0000 (14:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2010 06:02:29 +0000 (23:02 -0700)
commit23461e835b3537dd395828b090fb1cb64a198f85
treedec3a690e516ee08be118caac0aa37033a50b42e
parent3032cca4d5cf885cacc78fae27ddf0c56dbf9963
tipc: Reduce footprint by un-inlining tipc_msg_* routines

Convert tipc_msg_* inline routines that are more than one line into
standard functions, thereby eliminating some repeated code.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/msg.c
net/tipc/msg.h