From: Andrea Bittau Date: Tue, 21 Mar 2006 01:57:52 +0000 (-0800) Subject: [DCCP] CCID2: Drop sock reference count on timer expiration and reset. X-Git-Tag: v2.6.17-rc1~1175^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ff72d528d5b9d30a47f42f364ba34d931f9da3;p=pandora-kernel.git [DCCP] CCID2: Drop sock reference count on timer expiration and reset. There was a hybrid use of standard timers and sk_timers. This caused the reference count of the sock to be incorrect when resetting the RTO timer. The sock reference count should now be correct, enabling its destruction, and allowing the DCCP module to be unloaded. Signed-off-by: Andrea Bittau Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed