netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix warning for token-ring from sysctl checker
@ 2007-11-13  7:23 Olof Johansson
  2007-11-14  5:15 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2007-11-13  7:23 UTC (permalink / raw)
  To: akpm; +Cc: netdev, linux-kernel, Eric W. Biederman

As seen when booting ppc64_defconfig:

sysctl table check failed: /net/token-ring .3.14 procname does not match binary path procname


Signed-off-by: Olof Johansson <olof@lixom.net>

diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c
index 5a2f2b2..4abc6d2 100644
--- a/kernel/sysctl_check.c
+++ b/kernel/sysctl_check.c
@@ -738,7 +738,7 @@ static struct trans_ctl_table trans_net_table[] = {
 	{ 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 },

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-11-15  1:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13  7:23 [PATCH] Fix warning for token-ring from sysctl checker Olof Johansson
2007-11-14  5:15 ` David Miller
2007-11-14 15:56   ` Eric W. Biederman
2007-11-14 16:45     ` Randy Dunlap
2007-11-15  0:28       ` Olof Johansson
2007-11-15  1:12         ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).