K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-01-20T22:48:49.000000Z K 7 svn:log V 206 use mutex pool mutexes for uidinfo locking. replace mutex_lock calls on uidinfo with macro calls: mtx_lock(&uidp->ui_mtx) -> UIDINFO_LOCK(uidp) Terry Lambert helped with this. END