On 2/15/06, Andrea Bittau <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> > > --- > > diff --git a/net/dccp/ccids/ccid2.c b/net/dccp/ccids/ccid2.c
This patch looks good in itself but there are further problems unloading than this as it occurs also with the code base prior to CCID2 merging.... Ian -- Ian McDonald http://wand.net.nz/~iam4 WAND Network Research Group Department of Computer Science University of Waikato New Zealand - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

