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.noReceived 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