[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)
commit4784b7c348779e957c82ba638ba2ada5ad8502d8
tree635e99ff046b7f9519c515ee7e6edc844dced058
parentdd9e0dda66ba38a2ddd1405ac279894260dc5c36
[TIPC]: Remove inlining of reference table locking routines

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