[PATCH] Module init reentry fix
In some configurations, parport and bttv request a module inside their module_init function. Drop the lock around mod->init(), change module->live to module->state so we can detect modules which are in init.
Showing
Please register or sign in to comment