From: Eric Dumazet Date: Wed, 2 Oct 2013 04:04:11 +0000 (-0700) Subject: net: do not call sock_put() on TIMEWAIT sockets X-Git-Tag: v3.2.53~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea54bc74c4cc418b395bc361fb1138255ea18080;p=pandora-kernel.git net: do not call sock_put() on TIMEWAIT sockets [ Upstream commit 80ad1d61e72d626e30ebe8529a0455e660ca4693 ] commit 3ab5aee7fe84 ("net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls") incorrectly used sock_put() on TIMEWAIT sockets. We should instead use inet_twsk_put() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed