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)
commit3032cca4d5cf885cacc78fae27ddf0c56dbf9963
treee12519822155d1939ef9cfbca955714e6f29f3c5
parentb274f4ab8e674db1757371a21e7217e0766cb574
tipc: Reduce footprint by un-inlining buf_acquire routine

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>
net/tipc/core.c
net/tipc/core.h