On Monday 13 November 2006 00:41, Kip Macy wrote: > kmacy 2006-11-13 05:41:46 UTC > > FreeBSD src repository > > Modified files: > sys/sys _lock.h lock_profile.h lock.h > sys/kern kern_lock.c kern_mutex.c kern_rwlock.c > kern_sx.c subr_lock.c > Log: > track lock class name in a way that doesn't break WITNESS
Is there any reason not to just make lockmgr call lock_init() and lock_destroy() and then do lock_profile_object_init() and lock_profile_object_destroy() from those? -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
