[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)
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>

No differences found