lkml.org 
[lkml]   [2002]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] export symbol for panic_notifier_list
If a module needs to be notified of a panic, well, it needs to get at 
the notifier list, but that's not exported. patch is attached.

Thanks,

-Corey
--- linux.orig/kernel/ksyms.c Thu Aug 22 08:20:26 2002
+++ linux/kernel/ksyms.c Thu Aug 22 09:03:01 2002
@@ -492,6 +492,7 @@

/* misc */
EXPORT_SYMBOL(panic);
+EXPORT_SYMBOL(panic_notifier_list);
EXPORT_SYMBOL(sprintf);
EXPORT_SYMBOL(snprintf);
EXPORT_SYMBOL(sscanf);
\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.056 / U:0.952 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site