From owner-cvs-all Fri Mar 8 7:22:16 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 9805D37B400; Fri, 8 Mar 2002 07:22:06 -0800 (PST) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id g28FLxD71994; Fri, 8 Mar 2002 10:21:59 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Fri, 8 Mar 2002 10:21:59 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs_vnops.c In-Reply-To: <200203081343.g28Dhhm79065@freefall.freebsd.org> Message-ID: 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 Cool. Does this mean I can update the SMP page entry for limiting the use of soft references? Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Fri, 8 Mar 2002, Poul-Henning Kamp wrote: > phk 2002/03/08 05:43:43 PST > > Modified files: > sys/nfsclient nfs_vnops.c > Log: > vhold() our vnode while checking the remote side. > > This is belived to be the only place where a soft reference to a vnode > is held with no sort of hard reference, consequently this change should > allow us to free(9) vnodes from the freelist after properly cleaning > them up. > > Reviewed by: dillon > > Revision Changes Path > 1.182 +3 -0 src/sys/nfsclient/nfs_vnops.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message