Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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().
Home |
Main Index |
Thread Index |
Old Index