Subject: CVS commit: src/sys/nfs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 02/12/2003 16:50:53
Module Name:	src
Committed By:	fvdl
Date:		Wed Feb 12 14:50:53 UTC 2003

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

Log Message:
Move purging the dircache and removing a vnode from the nqnfs timer queue
into nfs_inactive, this is a better place for it.

This doesn't actually solve the actual problem, which appears to be a race
condition with unmounting and vnode recycling somewhere, but it fixes
it in the sense that nfs_reclaim will not reference a bad v_mount anymore.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 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.