]> git.baikalelectronics.ru Git - kernel.git/commit
ip_tunnel_core: Change __skb_push back to skb_push
authorSteffen Klassert <steffen.klassert@secunet.com>
Tue, 1 Oct 2013 09:35:51 +0000 (11:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:42:16 +0000 (12:42 -0400)
commitdf3496a170f510d7cf3b8ee505bbc75e305d7300
treec0731642f6efbcda0195d922c23251eef4c67c85
parent755ad7ba0bff1d928a032b0db7e2d76d7e4538bd
ip_tunnel_core: Change __skb_push back to skb_push

Git commit 98061733 ("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 <pshelar@nicira.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_tunnel_core.c