From owner-cvs-all Fri Jul 5 22:31:42 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 6F21D37B400; Fri, 5 Jul 2002 22:31:37 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8869D43E09; Fri, 5 Jul 2002 22:31:36 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g665VZ232041; Sat, 6 Jul 2002 01:31:35 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sat, 6 Jul 2002 01:31:35 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern vnode_if.src In-Reply-To: <200207060523.g665NHLk084995@freefall.freebsd.org> Message-ID: <20020706013120.N25604-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 5 Jul 2002, Jeff Roberson wrote: > jeff 2002/07/05 22:23:17 PDT > > Modified files: > sys/kern vnode_if.src > Log: > - Disable original vop_strategy lock specification. > - Switch to the new vop_strategy_pre for lock validation. > > VOP_STRATEGY requires only that the buf is locked UNLESS the block numbers need > to be translated. There may be other reasons, but as long as the underlying > layer uses a VOP to perform the operations they will be caught later. > > Revision Changes Path > 1.50 +2 -1 src/sys/kern/vnode_if.src > Forgot this in my last commit.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message