commit | acbbc07145b919248c410e1852b953d385be5c97 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Sun Apr 11 06:56:11 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 13 03:32:42 2010 -0700 |
tree | bafccb1c98540a2e6758df44ef72b6c2d55a2a78 | |
parent | 829e0015431537176e38812f88fffe1d3250083e [diff] |
net: uninline skb_bond_should_drop() skb_bond_should_drop() is too big to be inlined. This patch reduces kernel text size, and its compilation time as well (shrinking include/linux/netdevice.h) Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>