Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: jdolecek
Date: Mon Feb 24 20:47:47 UTC 2020
Modified Files:
src/sys/kern: init_main.c
Log Message:
move config_init_mi() call before vfsinit(), which can trigger loading
of VFS modules
fixes crash with LOCKDEBUG due to uninitialized mutex when zfs
module is loaded in boot, because zfs's spa_init() calls config_mountroot()
which now requires the config init having been done
To generate a diff of this commit:
cvs rdiff -u -r1.521 -r1.522 src/sys/kern/init_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index