dect
/
linux-2.6
Archived
13
0
Fork 0

sysctl: Remove the unused frv sysctl unumbers

The frv sysctl tables can only be used from proc so kill
the sysctl numbers.

Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
This commit is contained in:
Eric W. Biederman 2009-04-01 04:46:38 -07:00
parent 757010f026
commit 961303c44d
2 changed files with 4 additions and 4 deletions

View File

@ -393,7 +393,7 @@ static int cm_sysctl(ctl_table *table,
static struct ctl_table pm_table[] = static struct ctl_table pm_table[] =
{ {
{ {
.ctl_name = CTL_PM_SUSPEND, .ctl_name = CTL_UNNUMBERED,
.procname = "suspend", .procname = "suspend",
.data = NULL, .data = NULL,
.maxlen = 0, .maxlen = 0,

View File

@ -176,7 +176,7 @@ static int procctl_frv_pin_cxnr(ctl_table *table, int write, struct file *filp,
static struct ctl_table frv_table[] = static struct ctl_table frv_table[] =
{ {
{ {
.ctl_name = 1, .ctl_name = CTL_UNNUMBERD,
.procname = "cache-mode", .procname = "cache-mode",
.data = NULL, .data = NULL,
.maxlen = 0, .maxlen = 0,
@ -185,7 +185,7 @@ static struct ctl_table frv_table[] =
}, },
#ifdef CONFIG_MMU #ifdef CONFIG_MMU
{ {
.ctl_name = 2, .ctl_name = CTL_UNNUMBERD,
.procname = "pin-cxnr", .procname = "pin-cxnr",
.data = NULL, .data = NULL,
.maxlen = 0, .maxlen = 0,
@ -203,7 +203,7 @@ static struct ctl_table frv_table[] =
static struct ctl_table frv_dir_table[] = static struct ctl_table frv_dir_table[] =
{ {
{ {
.ctl_name = CTL_FRV, .ctl_name = CTL_UNNUMBERED,
.procname = "frv", .procname = "frv",
.mode = 0555, .mode = 0555,
.child = frv_table .child = frv_table