commit | 80ad1d61e72d626e30ebe8529a0455e660ca4693 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Oct 01 21:04:11 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 02 17:05:54 2013 -0400 |
tree | e2d0a072268d9522e94eaed272544a2732e77ee1 | |
parent | 28ad7b06f4a7670d5794d3751f5c68a7e5e437a8 [diff] |
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>