Subject: CVS commit: src/sys/nfs
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/15/2003 20:00:26
Module Name:	src
Committed By:	drochner
Date:		Sat Feb 15 18:00:26 UTC 2003

Modified Files:
	src/sys/nfs: nfs_node.c

Log Message:
Don't remove the nfsnode from the hash chain in nfs_inactive.
It will never get back... it will not be found in nfs_nget, a new
nfsnode+vnode is allocated instead, which causes a node leak, and
also makes the mountpointness of the vnode to be forgotten, breaking
filesystem crossing lookups through this vnode.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/nfs/nfs_node.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.