ipv4: optimize fib_compute_spec_dst call in ip_options_echo
authorJulian Anastasov <ja@ssi.bg>
Wed, 18 Jul 2012 21:34:24 +0000 (21:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Jul 2012 15:30:49 +0000 (08:30 -0700)
commit6255e5ead00cf96554f623ba51e2ac4c8ac27276
treee0357164a2aa9726a923c876fed3245f0f944480
parenta16a0d2fb8e0726f5d92572cc6ba5ba52f5cdcc1
ipv4: optimize fib_compute_spec_dst call in ip_options_echo

Move fib_compute_spec_dst at the only place where it
is needed.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_options.c