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.12-rc7~20^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ad1d61e72d626e30ebe8529a0455e660ca4693;p=pandora-kernel.git net: do not call sock_put() on TIMEWAIT sockets 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 --- Reading git-diff-tree failed