From: Hannes Frederic Sowa Date: Thu, 6 Mar 2014 08:11:07 +0000 (+0100) Subject: inet: remove now unused flag DST_NOPEER X-Git-Tag: v3.15-rc1~113^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90c14835ba2e1d3f82b8f24e429b971725afff5;p=pandora-kernel.git inet: remove now unused flag DST_NOPEER Commit e688a604807647 ("net: introduce DST_NOPEER dst flag") introduced DST_NOPEER because because of crashes in ipv6_select_ident called from udp6_ufo_fragment. Since commit 916e4cf46d0204 ("ipv6: reuse ip6_frag_id from ip6_ufo_append_data") we don't call ipv6_select_ident any more from ip6_ufo_append_data, thus this flag lost its purpose and can be removed. Cc: Eric Dumazet Signed-off-by: Hannes Frederic Sowa Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed