[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20071028152533.7606cf45.randy.dunlap@oracle.com>
Date: Sun, 28 Oct 2007 15:25:33 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: webmaster@...gonslave.de, akpm <akpm@...ux-foundation.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>
Cc: Daniel Exner <dex@...gonslave.de>, linux-kernel@...r.kernel.org,
Jeff Garzik <jeff@...zik.org>,
Michal Januszewski <spock@...too.org>
Subject: [PATCH] sysctl: fix token-ring procname
From: Randy Dunlap <randy.dunlap@...cle.com>
cc: Eric W. Biederman <ebiederm@...ssion.com>
Correct the token-ring sysctl procname.
Reported by: Daniel Exner <dex@...gonslave.de>:
Ah, and token ring tells me something like
"/net/token-ring ,3.14 sysctl failed check procname does not match binary path
procname"
But kernel boots otherwise and I got no chance to test tr itself is working.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
kernel/sysctl_check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.24-rc1.orig/kernel/sysctl_check.c
+++ linux-2.6.24-rc1/kernel/sysctl_check.c
@@ -738,7 +738,7 @@ static struct trans_ctl_table trans_net_
{ NET_ROSE, "rose", trans_net_rose_table },
{ NET_IPV6, "ipv6", trans_net_ipv6_table },
{ NET_X25, "x25", trans_net_x25_table },
- { NET_TR, "tr", trans_net_tr_table },
+ { NET_TR, "token-ring", trans_net_tr_table },
{ NET_DECNET, "decnet", trans_net_decnet_table },
/* NET_ECONET not used */
{ NET_SCTP, "sctp", trans_net_sctp_table },
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists