From: Vlad Yasevich Date: Tue, 31 Oct 2006 02:55:11 +0000 (-0800) Subject: [SCTP]: Remove temporary associations from backlog and hash. X-Git-Tag: v2.6.19-rc5~101^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de76e695a5ce19c121ba7e246b45f258be678a75;p=pandora-kernel.git [SCTP]: Remove temporary associations from backlog and hash. Every time SCTP creates a temporary association, the stack hashes it, puts it on a list of endpoint associations and increments the backlog. However, the lifetime of a temporary association is the processing time of a current packet and it's destroyed after that. In fact, we don't really want anyone else finding this association. There is no reason to do this extra work. Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed