Date: Sat, 21 Dec 2002 11:27:03 -0800 From: Jeffrey Hsu <hsu@FreeBSD.org> To: Pierre Beyssac <pb@fasterix.frmug.org> Cc: freebsd-current@freebsd.org, jlemon@freebsd.org Subject: Re: panic in netinet/tcp_syncache.c: syncache_timer Message-ID: <0H7H0033DHRQEG@mta7.pltn13.pbi.net> In-Reply-To: Message from Pierre Beyssac <pb@fasterix.frmug.org> "of Sat, 21 Dec 2002 19:24:19 %2B0100." <20021221182419.GA913@fasterix.frmug.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> I'm testing the patch below, which simply removes the inpcb locking > and avoids the panic. It seems safe to me since we're running splnet, > but I'm not sure it's correct since I suppose the locking is there > for a reason... It's safe to remove those inp locks. We only use the generation count to check to see if the inp has been deleted. Jeffrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0H7H0033DHRQEG>