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

Dag-ErlingSmørgrav des at des.no
Fri Jan 16 13:03:15 PST 2004


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


More information about the freebsd-current mailing list