Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/23/2007 16:16:26
Module Name:	src
Committed By:	pooka
Date:		Tue Oct 23 16:16:26 UTC 2007

Modified Files:
	src/sys/kern: vfs_syscalls.c

Log Message:
Don't take a reference to the vfsops structure in mount_domount().
It is now taken when the vfs structure is received instead of having
to randomly add references in random places.  Fixes at least vfs
lkm unload.


To generate a diff of this commit:
cvs rdiff -r1.329 -r1.330 src/sys/kern/vfs_syscalls.c

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