cvs commit: src/sys/kern subr_lock.c
Kip Macy
kmacy at FreeBSD.org
Mon Dec 4 14:16:28 PST 2006
kmacy 2006-12-04 22:15:50 UTC
FreeBSD src repository
Modified files:
sys/kern subr_lock.c
Log:
Bug fix for obscenely large wait times on uncontested locks
if waittime was zero (the lock was uncontested) l->lpo_waittime
in the hash table would not get initialized.
Inspection prompted by questions from: Attilio Rao
Revision Changes Path
1.12 +4 -4 src/sys/kern/subr_lock.c
More information about the cvs-src
mailing list