From: Eric Dumazet Date: Sat, 27 Sep 2014 16:50:55 +0000 (-0700) Subject: ipv4: rename ip_options_echo to __ip_options_echo() X-Git-Tag: fixes-against-v3.18-rc2~144^2~133^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a2d43d8886f5a29c3cf108927f630c545a9a38;p=pandora-kernel.git ipv4: rename ip_options_echo to __ip_options_echo() ip_options_echo() assumes struct ip_options is provided in &IPCB(skb)->opt Lets break this assumption, but provide a helper to not change all call points. ip_send_unicast_reply() gets a new struct ip_options pointer. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed