Date: Wed, 22 Oct 2003 08:45:31 -0700 From: Sam Leffler <sam@errno.com> To: Hajimu UMEMOTO <ume@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 frag6.c Message-ID: <200310220845.31046.sam@errno.com> In-Reply-To: <200310221532.h9MFWusl093984@repoman.freebsd.org> References: <200310221532.h9MFWusl093984@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 22 October 2003 08:32 am, Hajimu UMEMOTO wrote: > ume 2003/10/22 08:32:56 PDT > > FreeBSD src repository > > Modified files: > sys/netinet6 frag6.c > Log: > pretect ip6 reassemble queue by use of mutex. > > Submitted by: rwatson (with modification) The convention used throughout the kernel is for FOO_LOCK_ASSERT() to generate an assertion that the specified lock is held. It would be good for the IPv6 code to do likewise (you appear to be using FOO_LOCK_CHECK instead). Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310220845.31046.sam>