]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix panic when module is compiled in and it is loaded from loader.conf.
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Sat, 28 May 2005 23:20:05 +0000 (23:20 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Sat, 28 May 2005 23:20:05 +0000 (23:20 +0000)
commit885fec3e0897aab84a66b2888a90632a43750fb7
treec0f6d654bb754035290b22118a7fd29d6f2ffaff
parent0a4c2543896fa8650368195bf75357c67dfa6bdb
Fix panic when module is compiled in and it is loaded from loader.conf.
Only panic is fixed, module will be still listed in kldstat(8) output.
Not sure what is correct fix, because adding unloading code in case of
failure to linker_init_kernel_modules() doesn't work.
sys/kern/kern_linker.c