• Rusty Russell's avatar
    [PATCH] Module init reentry fix · 12cabdd2
    Rusty Russell authored
    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.
    12cabdd2
module.c 30.9 KB