[QUESTION] Why isn't there a unregister_die_notifier?

From: Steven Rostedt
Date: Thu Aug 18 2005 - 09:59:24 EST


Hi, I have a debugging module that I want to register a die notifier.
But I just noticed that I can't unregister it. So for now I either just
keep the module loaded and never unloaded it, compile it into the
kernel, or ifdef out the register_die_notifier when loaded as a module.

Is there some reason that there isn't such a call, or maybe there is,
and I don't see it (called something else). Or is this something that
should be added?

Thanks,

-- Steve


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/