Date: Thu, 4 Apr 2002 12:45:21 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys _lock.h Message-ID: <200204042045.g34KjMA42826@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/04/04 12:45:21 PST Modified files: sys/kern subr_witness.c sys/sys _lock.h Log: Add a new char * pointer lo_type to struct lock_object that is used to point to a more generic name for a lock that is more suitable for use by witness when grouping locks. For example, although network driver locks use the interface name for the name of each lock, they should all use the same witness and be treated the same as witness. Another example is that all UMA zone locks should be treated the same. The witness code has also been updated to print out the lock type in addition to the lock name in a few places where it is relevant. Revision Changes Path 1.106 +28 -19 src/sys/kern/subr_witness.c 1.6 +2 -1 src/sys/sys/_lock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204042045.g34KjMA42826>