From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] the scheduled unexport of panic_timeout
Date: Sat, 1 Apr 2006 15:15:39 +0200 [thread overview]
Message-ID: <20060401131539.GH28310@stusta.de> (raw)
This patch contains the scheduled unexport of panic_timeout.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
@Andrew:
Since this was announced and gave compile warnings for one year, it
should go into 2.6.17.
Documentation/feature-removal-schedule.txt | 8 --------
include/linux/kernel.h | 2 +-
kernel/panic.c | 1 -
3 files changed, 1 insertion(+), 10 deletions(-)
--- linux-2.6.16-mm2-full/Documentation/feature-removal-schedule.txt.old 2006-04-01 12:44:08.000000000 +0200
+++ linux-2.6.16-mm2-full/Documentation/feature-removal-schedule.txt 2006-04-01 12:44:34.000000000 +0200
@@ -72,14 +72,6 @@
---------------------------
-What: remove EXPORT_SYMBOL(panic_timeout)
-When: April 2006
-Files: kernel/panic.c
-Why: No modular usage in the kernel.
-Who: Adrian Bunk <bunk@stusta.de>
-
----------------------------
-
What: remove EXPORT_SYMBOL(insert_resource)
When: April 2006
Files: kernel/resource.c
--- linux-2.6.16-mm2-full/include/linux/kernel.h.old 2006-04-01 12:43:48.000000000 +0200
+++ linux-2.6.16-mm2-full/include/linux/kernel.h 2006-04-01 12:43:59.000000000 +0200
@@ -176,7 +176,7 @@
extern void bust_spinlocks(int yes);
extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in progress */
-extern __deprecated_for_modules int panic_timeout;
+extern int panic_timeout;
extern int panic_on_oops;
extern int tainted;
extern const char *print_tainted(void);
--- linux-2.6.16-mm2-full/kernel/panic.c.old 2006-04-01 12:44:43.000000000 +0200
+++ linux-2.6.16-mm2-full/kernel/panic.c 2006-04-01 12:44:47.000000000 +0200
@@ -27,7 +27,6 @@
static DEFINE_SPINLOCK(pause_on_oops_lock);
int panic_timeout;
-EXPORT_SYMBOL(panic_timeout);
ATOMIC_NOTIFIER_HEAD(panic_notifier_list);
reply other threads:[~2006-04-01 13:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060401131539.GH28310@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome