Re: Panic with this morning's (~9am EDT, 15 jan 2004) sources.

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Fri, 16 Jan 2004 22:03:03 +0100
John Baldwin <jhb_at_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
-- 
Dag-Erling Smørgrav - des_at_des.no
Received on Fri Jan 16 2004 - 12:03:15 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:38 UTC