commit | 3032cca4d5cf885cacc78fae27ddf0c56dbf9963 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Tue May 11 14:30:17 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 12 23:02:28 2010 -0700 |
tree | e12519822155d1939ef9cfbca955714e6f29f3c5 | |
parent | b274f4ab8e674db1757371a21e7217e0766cb574 [diff] |
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>