projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9747170
)
Fix appletalk sysctl entry name
author
Eric W. Biederman
<
[email protected]
>
Mon, 22 Oct 2007 18:55:36 +0000
(12:55 -0600)
committer
Linus Torvalds
<
[email protected]
>
Tue, 23 Oct 2007 02:15:59 +0000
(19:15 -0700)
Gabriel C reported that modprobing appletalk on current git gives a
warning in dmesg :
"sysctl table check failed: /net/appletalk .3.7 procname does not match binary path procname"
Oops. My apologies it appears I made a mistake when creating my table
to check up on sysctl values.
Signed-off-by: "Eric W. Biederman" <
[email protected]
>
Tested-by: Gabriel C <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/sysctl_check.c
patch
|
blob
|
history
diff --git
a/kernel/sysctl_check.c
b/kernel/sysctl_check.c
index 3c9ef5a7d5754e26608a905042401f3f2940becd..ed6fe51df77ab53c5960df8b53024ae75120f3b2 100644
(file)
--- a/
kernel/sysctl_check.c
+++ b/
kernel/sysctl_check.c
@@
-731,7
+731,7
@@
static struct trans_ctl_table trans_net_table[] = {
{ NET_UNIX, "unix", trans_net_unix_table },
{ NET_IPV4, "ipv4", trans_net_ipv4_table },
{ NET_IPX, "ipx", trans_net_ipx_table },
- { NET_ATALK, "a
talk",
trans_net_atalk_table },
+ { NET_ATALK, "a
ppletalk",
trans_net_atalk_table },
{ NET_NETROM, "netrom", trans_net_netrom_table },
{ NET_AX25, "ax25", trans_net_ax25_table },
{ NET_BRIDGE, "bridge", trans_net_bridge_table },