jhb         2007-05-23 18:46:54 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              lock_profile.h 
  Log:
  Don't set lo_name and clobber lo_flags in lock_profile_object_init().
  This was just wasteful when this was always called before lock_init()
  (which overwrote both fields each time), but when
  lock_profile_object_init() was moved into lock_init() the clearing of
  lo_flags proved fatal (all locks became spin locks to _sleep(), etc.)
  
  Reported by:    kris
  
  Revision  Changes    Path
  1.13      +0 -2      src/sys/sys/lock_profile.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to