commit | 23461e835b3537dd395828b090fb1cb64a198f85 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Tue May 11 14:30:18 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 12 23:02:29 2010 -0700 |
tree | dec3a690e516ee08be118caac0aa37033a50b42e | |
parent | 3032cca4d5cf885cacc78fae27ddf0c56dbf9963 [diff] |
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>