Commit 77d4e6b9 authored by Ben Hutchings's avatar Ben Hutchings

Revert "sctp: Fix race between OOTB responce and route removal"

This reverts commit 117b8a10, which
was commit 29c4afc4 upstream.  The bug
it fixes upstream clearly doesn't exist in 3.2.
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 78ad4aa1
...@@ -587,8 +587,6 @@ int sctp_packet_transmit(struct sctp_packet *packet) ...@@ -587,8 +587,6 @@ int sctp_packet_transmit(struct sctp_packet *packet)
return err; return err;
no_route: no_route:
kfree_skb(nskb); kfree_skb(nskb);
if (asoc)
IP_INC_STATS(&init_net, IPSTATS_MIB_OUTNOROUTES); IP_INC_STATS(&init_net, IPSTATS_MIB_OUTNOROUTES);
/* FIXME: Returning the 'err' will effect all the associations /* FIXME: Returning the 'err' will effect all the associations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment