From: Steffen Klassert Date: Tue, 1 Oct 2013 09:35:51 +0000 (+0200) Subject: ip_tunnel_core: Change __skb_push back to skb_push X-Git-Tag: v3.12-rc4~30^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a3694d44a029242dd0830b34ab20ef1704be35;p=pandora-kernel.git ip_tunnel_core: Change __skb_push back to skb_push Git commit 0e6fbc5b ("ip_tunnels: extend iptunnel_xmit()") moved the IP header installation to iptunnel_xmit() and changed skb_push() to __skb_push(). This makes possible bugs hard to track down, so change it back to skb_push(). Cc: Pravin Shelar Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed