commit d7738ea989591bc93004a917ee78438ea7e79087 Author: Chris Wright Date: Mon Feb 6 15:36:47 2006 -0800 Linux 2.6.15.3 commit 6be20a3ccd442701bc271a5ffca3e0084188831b Author: Herbert Xu Date: Sat Feb 4 02:29:45 2006 -0800 [PATCH] Fix extra dst release when ip_options_echo fails When two ip_route_output_key lookups in icmp_send were combined I forgot to change the error path for ip_options_echo to not drop the dst reference since it now sits before the dst lookup. To fix it we simply jump past the ip_rt_put call. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller Signed-off-by: Chris Wright