From owner-cvs-src@FreeBSD.ORG Sun Apr 13 01:20:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3718106566B; Sun, 13 Apr 2008 01:20:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AAA0A8FC0C; Sun, 13 Apr 2008 01:20:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3D1KlNt058907; Sun, 13 Apr 2008 01:20:47 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D1KlqH058906; Sun, 13 Apr 2008 01:20:47 GMT (envelope-from attilio) Message-Id: <200804130120.m3D1KlqH058906@repoman.freebsd.org> From: Attilio Rao Date: Sun, 13 Apr 2008 01:20:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2008 01:20:48 -0000 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