Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 02/12/2001 22:02:31
Module Name:	syssrc
Committed By:	fvdl
Date:		Mon Feb 12 20:02:31 UTC 2001

Modified Files:
	syssrc/sys/nfs: nfs_vfsops.c nfsmount.h

Log Message:
Instead of storing the filehandle in the mount structure, store the
vnode pointer. This avoids a locking problem with nfs_nget, and
can be done because we always have a reference on the root vnode
of the filesystem.


To generate a diff of this commit:
cvs rdiff -r1.100 -r1.101 syssrc/sys/nfs/nfs_vfsops.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/nfs/nfsmount.h

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