Subject: CVS commit: src/sys/lkm/vfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 11/05/2006 22:42:14
Module Name:	src
Committed By:	jmmv
Date:		Sun Nov  5 22:42:14 UTC 2006

Modified Files:
	src/sys/lkm/vfs: Makefile
Added Files:
	src/sys/lkm/vfs/tmpfs: Makefile lkminit_vfs.c

Log Message:
Add a lkm for tmpfs.  All the regression tests pass fine when using the
module rather than an in-core build.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/lkm/vfs/Makefile
cvs rdiff -r0 -r1.1 src/sys/lkm/vfs/tmpfs/Makefile \
    src/sys/lkm/vfs/tmpfs/lkminit_vfs.c

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