From owner-cvs-all Wed Sep 25 21:48:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AB237B401; Wed, 25 Sep 2002 21:48:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E8843E42; Wed, 25 Sep 2002 21:48:44 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q4miCo055266; Wed, 25 Sep 2002 21:48:44 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q4mihw055265; Wed, 25 Sep 2002 21:48:44 -0700 (PDT) Message-Id: <200209260448.g8Q4mihw055265@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 25 Sep 2002 21:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/tools vnode_if.awk src/sys/sys vnode.h src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/25 21:48:44 PDT Modified files: sys/tools vnode_if.awk sys/sys vnode.h sys/kern vfs_subr.c Log: - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c - Make the VI asserts more orthogonal to the rest of the asserts by using a new, common vfs_badlock() function and adding a 'str' arg. - Adjust generated ASSERTS to match the new prototype. - Adjust explicit ASSERTS to match the new prototype. Revision Changes Path 1.407 +92 -29 src/sys/kern/vfs_subr.c 1.212 +27 -109 src/sys/sys/vnode.h 1.37 +1 -1 src/sys/tools/vnode_if.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message