tipc: Reduce footprint by un-inlining buf_acquire routine
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 11 May 2010 14:30:17 +0000 (14:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2010 06:02:28 +0000 (23:02 -0700)
Convert buf_acquire inline routine that is more than one line into
a standard function, 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>

No differences found