From: Julian Anastasov Date: Wed, 5 Sep 2012 10:53:18 +0000 (+0000) Subject: tcp: fix possible socket refcount problem for ipv6 X-Git-Tag: v3.6-rc6~18^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d013ef2aba8fe765ca683598e404203215632373;p=pandora-kernel.git tcp: fix possible socket refcount problem for ipv6 commit 144d56e91044181ec0ef67aeca91e9a8b5718348 ("tcp: fix possible socket refcount problem") is missing the IPv6 part. As tcp_release_cb is shared by both protocols we should hold sock reference for the TCP_MTU_REDUCED_DEFERRED bit. Signed-off-by: Julian Anastasov Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed