Date: Sun, 13 Apr 2008 01:20:47 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h Message-ID: <200804130120.m3D1KlqH058906@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2008-04-13 01:20:47 UTC
FreeBSD src repository
Modified files:
sys/kern subr_witness.c
sys/sys lock.h
Log:
struct lock_instance and struct lock_list_entry don't need to be in the
public namespace for WITNESS as they are only used internally so just
move them in the private namespace for the subsystem (with all related
supporting definitions).
Revision Changes Path
1.246 +34 -0 src/sys/kern/subr_witness.c
1.72 +1 -34 src/sys/sys/lock.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804130120.m3D1KlqH058906>
