[TIPC]: Remove inlining of reference table locking routines
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 17 Apr 2008 01:21:16 +0000 (18:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Apr 2008 01:21:16 +0000 (18:21 -0700)
This patch converts the TIPC reference table locking routines
into non-inlined routines, since they are mainly called from
non-performance critical areas of TIPC and the added code
footprint incurred through inlining can no longer be justified.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found