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)
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

Simple merge
diff --cc net/core/dev.c
Simple merge