inet: remove now unused flag DST_NOPEER
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Thu, 6 Mar 2014 08:11:07 +0000 (09:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 18:15:52 +0000 (13:15 -0500)
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 <eric.dumazet@gmail.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found