]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54702aa610fb7a2c6ccd4619442cdebd549c959b
treebafccb1c98540a2e6758df44ef72b6c2d55a2a78
parent87833b4915b265495919f4ca9aa82bab17da27c9
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