]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit38ccba1a2d5c45cf58097dd09d0d98698fd6dda6
treedec3a690e516ee08be118caac0aa37033a50b42e
parent2711c99ed119fc8ad751e2e90a5a5da6a0d1beb9
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