From: "Randy.Dunlap" <rddunlap@osdl.org>
To: lkml <linux-kernel@vger.kernel.org>, akpm <akpm@osdl.org>, axboe@suse.de
Subject: [PATCH] cdrom: handle SYSCTL without PROC_FS
Date: Wed, 17 Nov 2004 13:48:22 -0800 [thread overview]
Message-ID: <419BC726.3030806@osdl.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
Fixes oops (reference to cdrom_root_table->child->)
when CONFIG_SYSCTL=y and CONFIG_PROC_FS=n.
diffstat:=
drivers/cdrom/cdrom.c | 2 --
1 files changed, 2 deletions(-)
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
--
[-- Attachment #2: cdrom_sysctl_26.patch --]
[-- Type: text/x-patch, Size: 641 bytes --]
diff -Naurp ./drivers/cdrom/cdrom.c~cdrom_sysctl ./drivers/cdrom/cdrom.c
--- ./drivers/cdrom/cdrom.c~cdrom_sysctl 2004-11-16 13:33:30.177562576 -0800
+++ ./drivers/cdrom/cdrom.c 2004-11-17 13:23:54.831232024 -0800
@@ -3336,7 +3336,6 @@ ctl_table cdrom_cdrom_table[] = {
/* Make sure that /proc/sys/dev is there */
ctl_table cdrom_root_table[] = {
-#ifdef CONFIG_PROC_FS
{
.ctl_name = CTL_DEV,
.procname = "dev",
@@ -3344,7 +3343,6 @@ ctl_table cdrom_root_table[] = {
.mode = 0555,
.child = cdrom_cdrom_table,
},
-#endif /* CONFIG_PROC_FS */
{ .ctl_name = 0 }
};
static struct ctl_table_header *cdrom_sysctl_header;
reply other threads:[~2004-11-17 23:46 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=419BC726.3030806@osdl.org \
--to=rddunlap@osdl.org \
--cc=akpm@osdl.org \
--cc=axboe@suse.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.