Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 09/29/1998 03:24:59
Module Name:	src
Committed By:	bouyer
Date:		Tue Sep 29 10:24:59 UTC 1998

Modified Files:
	src/sys/ufs/ext2fs: ext2fs.h ext2fs_inode.c ext2fs_readwrite.c
	    ext2fs_vfsops.c ext2fs_vnops.c
Log Message:
#include opt_uvm.h only if _KENREL and !_LKM
Make ext2fs_init() call ufs_init(). it was doing the init by itself,
testing for extern done != 0. This bug was hidden by the fact that
ext2fs_init() is called before ffs_init().