Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2004 22:03:03 +0100
From:      des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        current@freebsd.org
Subject:   Re: Panic with this morning's (~9am EDT, 15 jan 2004) sources.
Message-ID:  <xzpr7xzsj20.fsf@dwp.des.no>
In-Reply-To: <200401161523.32120.jhb@FreeBSD.org> (John Baldwin's message of "Fri, 16 Jan 2004 15:23:32 -0500")
References:  <EE3D3FBAFFCAED448C21C398FDAD91AC0108D8@EBE1.gc.nat> <200401161458.34197.jhb@FreeBSD.org> <xzpvfnbslix.fsf@dwp.des.no> <200401161523.32120.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin <jhb@FreeBSD.org> writes:
> 	while (newfdp blah fdp) {
> 		FILEDESC_UNLOCK(fdp);
> 		FILEDESC_LOCK(newfdp);
> 		fd_growtable(newfdp);
> 		FILEDESC_UNLOCK(newfdp);
> 		FILEDESC_LOCK(fdp);
> 	}

I guess...  seems like a bloody waste of cycles though.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpr7xzsj20.fsf>