commit | 4784b7c348779e957c82ba638ba2ada5ad8502d8 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Wed Apr 16 18:21:16 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 16 18:21:16 2008 -0700 |
tree | 635e99ff046b7f9519c515ee7e6edc844dced058 | |
parent | dd9e0dda66ba38a2ddd1405ac279894260dc5c36 [diff] |
[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>