From: Ben Hutchings Date: Thu, 8 Oct 2015 22:44:23 +0000 (+0100) Subject: Revert "sctp: Fix race between OOTB responce and route removal" X-Git-Tag: v3.2.72~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=77d4e6b99bd56ec158a96286af1d4b846446399b;ds=sidebyside Revert "sctp: Fix race between OOTB responce and route removal" This reverts commit 117b8a10fe0c434d9043267efd51f3ba3f3d359a, which was commit 29c4afc4e98f4dc0ea9df22c631841f9c220b944 upstream. The bug it fixes upstream clearly doesn't exist in 3.2. Signed-off-by: Ben Hutchings --- diff --git a/net/sctp/output.c b/net/sctp/output.c index 6d56eec5785f..c3b85497d0ab 100644 --- a/net/sctp/output.c +++ b/net/sctp/output.c @@ -587,9 +587,7 @@ out: return err; no_route: 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 * associated with a socket, although only one of the paths of the