net: uninline skb_bond_should_drop()
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 11 Apr 2010 06:56:11 +0000 (06:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2010 10:32:42 +0000 (03:32 -0700)
commitacbbc07145b919248c410e1852b953d385be5c97
treebafccb1c98540a2e6758df44ef72b6c2d55a2a78
parent829e0015431537176e38812f88fffe1d3250083e
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>
include/linux/netdevice.h
net/core/dev.c