Revert "ipv4: keep skb->dst around in presence of IP options"
authorPaolo Abeni <pabeni@redhat.com>
Thu, 3 Aug 2017 16:07:07 +0000 (18:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 03:51:12 +0000 (20:51 -0700)
commit61a1030bad628f7264cd5e5d0f4d71b5488eb4a4
treecdf9bc5b1f2d6c240b6afc6c7b35978863ba4f70
parent91ed1e666a4ea2e260452a7d7d311ac5ae852cba
Revert "ipv4: keep skb->dst around in presence of IP options"

ip_options_echo() does not use anymore the skb->dst and don't
need to keep the dst around for options's sake only.
This reverts commit 34b2cef20f19c87999fff3da4071e66937db9644.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_sockglue.c