[IPV4]: Get rid of redundant IPCB->opts initialisation
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Jul 2006 21:29:53 +0000 (14:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jul 2006 21:29:53 +0000 (14:29 -0700)
commit5d9c5a32920c5c0e6716b0f6ed16157783dc56a4
treec2a4c05ece938a8166d850cefb281f17615f95ef
parent00ab956f2fefd3673edc16df55beed21834b7bdd
[IPV4]: Get rid of redundant IPCB->opts initialisation

Now that we always zero the IPCB->opts in ip_rcv, it is no longer
necessary to do so before calling netif_rx for tunneled packets.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_gre.c
net/ipv4/ip_options.c
net/ipv4/ipip.c
net/ipv4/ipmr.c
net/ipv4/xfrm4_mode_tunnel.c
net/ipv6/sit.c