Subject: CVS commit: syssrc/sys/miscfs
To: None <source-changes@netbsd.org>
From: Assar Westerlund <assar@netbsd.org>
List: source-changes
Date: 08/03/2001 01:41:00
Module Name:	syssrc
Committed By:	assar
Date:		Thu Aug  2 22:41:00 UTC 2001

Modified Files:
	syssrc/sys/miscfs/nullfs: null_vfsops.c
	syssrc/sys/miscfs/umapfs: umap_vfsops.c
	syssrc/sys/miscfs/union: union_vfsops.c

Log Message:
(*fs_mount): do not get the parent vnode back from namei to just release it


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/miscfs/nullfs/null_vfsops.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/miscfs/umapfs/umap_vfsops.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/miscfs/union/union_vfsops.c

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