K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-05-23T18:46:54.000000Z K 7 svn:log V 349 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 END