From owner-cvs-all Sun Feb 17 14: 3:41 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 3AAA437B400; Sun, 17 Feb 2002 14:03:33 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 135ECAE6B8; Sun, 17 Feb 2002 14:03:33 -0800 (PST) Date: Sun, 17 Feb 2002 14:03:33 -0800 From: Alfred Perlstein To: "Brian F. Feldman" Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys vnode.h Message-ID: <20020217220333.GK12136@elvis.mu.org> References: <200202172041.g1HKfSJ76961@freefall.freebsd.org> <200202172058.g1HKwcM01535@green.bikeshed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202172058.g1HKwcM01535@green.bikeshed.org> User-Agent: Mutt/1.3.27i 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 * Brian F. Feldman [020217 12:58] wrote: > Poul-Henning Kamp wrote: > > phk 2002/02/17 12:41:28 PST > > > > Modified files: > > sys/sys vnode.h > > Log: > > v_lease is unused, zap it. > > Hm, and actually, nothing ever provided an implementation of VOP_LEASE() > that I know of :) I'll try and look up some history on it today; it's > certainly not used consistently, so if anything were to come to depend on it > I think it would easily be broken. Anything that wants decent cache coherency wants leases. NQNFS client side used to have a LEASE hook. Newer CIFS needs it. NFSv4 will need it. Please clue-up before deciding to rip things out that you don't understand. You could have at least asked. :) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message