From owner-cvs-src@FreeBSD.ORG Thu Oct 23 11:17:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C214616A4B3; Thu, 23 Oct 2003 11:17:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4164143F93; Thu, 23 Oct 2003 11:17:37 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9NIHbXJ071495; Thu, 23 Oct 2003 11:17:37 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9NIHaad071494; Thu, 23 Oct 2003 11:17:36 -0700 (PDT) (envelope-from wollman) Message-Id: <200310231817.h9NIHaad071494@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 23 Oct 2003 11:17:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 23 Oct 2003 18:17:37 -0000 wollman 2003/10/23 11:17:36 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/sys vnode.h Log: Add appropriate const poisoning to the assert_*locked() family so that I can call ASSERT_VOP_LOCKED(vp, __func__) without a diagnostic. Inspired by: the evil and rude OpenAFS cache manager code Revision Changes Path 1.470 +8 -8 src/sys/kern/vfs_subr.c 1.228 +7 -7 src/sys/sys/vnode.h