Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/27/2007 14:25:21
Module Name:	src
Committed By:	pooka
Date:		Fri Jul 27 14:25:21 UTC 2007

Modified Files:
	src/sys/kern: vfs_init.c vfs_subr.c

Log Message:
Move vfs_attach(), vfs_detach() and vfs_reinit() from vfs_subr.c
to vfs_init.c.  This permits easier standalone compilation of these
routines.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/kern/vfs_init.c
cvs rdiff -r1.291 -r1.292 src/sys/kern/vfs_subr.c

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