git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
829e001
)
net: uninline skb_bond_should_drop()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Sun, 11 Apr 2010 06:56:11 +0000
(06:56 +0000)
committer
David 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>
No differences found