[NET]: uninline skb_pull, de-bloats a lot
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 28 Mar 2008 00:47:24 +0000 (17:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2008 00:47:24 +0000 (17:47 -0700)
commit6be8ac2fdc5e69dec53913a42312a92dbfbd4907
treead0dc3bad1b36a7b1d682ee5ec8dacc1467c09f7
parent0dde3e16485dca16eb682dd59da1a598bf62e284
[NET]: uninline skb_pull, de-bloats a lot

Allyesconfig (v2.6.24-mm1):

-28162  354 funcs, 3005 +, 31167 -, diff: -28162 --- skb_pull

Without number of debug related CONFIGs (v2.6.25-rc2-mm1):

-9697  338 funcs, 221 +, 9918 -, diff: -9697 --- skb_pull
skb_pull                      |  +44

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c