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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to