From owner-cvs-src Fri Mar 7 13:27:37 2003 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 8D1DF37B408 for ; Fri, 7 Mar 2003 13:27:35 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E07443FBD for ; Fri, 7 Mar 2003 13:27:32 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 20044 invoked from network); 7 Mar 2003 21:27:39 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 7 Mar 2003 21:27:39 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h27LORhT055665; Fri, 7 Mar 2003 16:24:28 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200303072045.h27Kj8hj079753@repoman.freebsd.org> Date: Fri, 07 Mar 2003 16:27:45 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/kern vfs_default.c Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Mar-2003 John Baldwin wrote: > jhb 2003/03/07 12:45:07 PST > > FreeBSD src repository > > Modified files: > sys/kern vfs_default.c > Log: > Respect any passed in external lockmgr flags such as LK_NOWAIT in the > default implementations of VOP_LOCK() and VOP_UNLOCK(). > > Tested by: jlemon, phk > Glanced at by: jeffr This fixes new witness warnings involving the buf queues lock while locking a lockmgr lock. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message