Date: Mon, 4 Dec 2006 22:15:50 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_lock.c Message-ID: <200612042215.kB4MFoqg040832@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612042215.kB4MFoqg040832>
