commit | 77ff72d528d5b9d30a47f42f364ba34d931f9da3 | [log] [tgz] |
---|---|---|
author | Andrea Bittau <a.bittau@cs.ucl.ac.uk> | Mon Mar 20 17:57:52 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 17:57:52 2006 -0800 |
tree | a222cdf545a9156da307d075f4645a235c030596 | |
parent | ba66c6e8b292997467128506f39fa6607e959050 [diff] |
[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 <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>