cvs commit: src/sys/sys _lock.h lock.h lock_profile.h
src/sys/kern kern_lock.c kern_mutex.c kern_rwlock.c kern_sx.c
subr_lock.c
John Baldwin
jhb at freebsd.org
Mon Nov 13 15:22:49 UTC 2006
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
More information about the cvs-src
mailing list