From: David S. Miller Date: Sun, 2 May 2010 09:21:44 +0000 (-0700) Subject: net: Inline skb_pull() in eth_type_trans(). X-Git-Tag: v2.6.35-rc1~473^2~296 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47d29646a2c1c147d8a7598aeac2c87dd71ed638;p=pandora-kernel.git net: Inline skb_pull() in eth_type_trans(). In commit 6be8ac2f ("[NET]: uninline skb_pull, de-bloats a lot") we uninlined skb_pull. But in some critical paths it makes sense to inline this thing and it helps performance significantly. Create an skb_pull_inline() so that we can do this in a way that serves also as annotation. Based upon a patch by Eric Dumazet. Signed-off-by: David S. Miller --- Reading git-diff-tree failed