From owner-cvs-all Fri Mar 8 5:43:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B067737B404; Fri, 8 Mar 2002 05:43:43 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g28Dhhm79065; Fri, 8 Mar 2002 05:43:43 -0800 (PST) (envelope-from phk) Message-Id: <200203081343.g28Dhhm79065@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 8 Mar 2002 05:43:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-FreeBSD-CVS-Branch: HEAD 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 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