]> git.neil.brown.name Git - history.git/commitdiff
[NET]: Missing sysctl strategy entries in net/{core,ipv6,appletalk}
authorHideaki Yoshifuji <yoshfuji@linux-ipv6.org>
Tue, 30 Dec 2003 07:43:58 +0000 (23:43 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Tue, 30 Dec 2003 07:43:58 +0000 (23:43 -0800)
net/appletalk/sysctl_net_atalk.c
net/core/neighbour.c
net/core/sysctl_net_core.c
net/ipv6/addrconf.c

index edddd3291f707693b67dbae09ad15f6ecbc0d63e..25b33f6704995ce2fc3a2a2703891f893414a1c1 100644 (file)
@@ -23,6 +23,7 @@ static struct ctl_table atalk_table[] = {
                .maxlen         = sizeof(int),
                .mode           = 0644,
                .proc_handler   = &proc_dointvec_jiffies,
+               .strategy       = &sysctl_jiffies,
        },
        {
                .ctl_name       = NET_ATALK_AARP_TICK_TIME,
@@ -31,6 +32,7 @@ static struct ctl_table atalk_table[] = {
                .maxlen         = sizeof(int),
                .mode           = 0644,
                .proc_handler   = &proc_dointvec_jiffies,
+               .strategy       = &sysctl_jiffies,
        },
        {
                .ctl_name       = NET_ATALK_AARP_RETRANSMIT_LIMIT,
@@ -47,6 +49,7 @@ static struct ctl_table atalk_table[] = {
                .maxlen         = sizeof(int),
                .mode           = 0644,
                .proc_handler   = &proc_dointvec_jiffies,
+               .strategy       = &sysctl_jiffies,
        },
        { 0 },
 };
index 247b6d6e661da3f8b3c62d25dccb122bdede5109..4b194b6be05a42a2efc9af24e1edfe452e8ac528 100644 (file)
@@ -1518,6 +1518,7 @@ struct neigh_sysctl_table {
                        .maxlen         = sizeof(int),
                        .mode           = 0644,
                        .proc_handler   = &proc_dointvec_jiffies,
+                       .strategy       = &sysctl_jiffies,
                },
                {
                        .ctl_name       = NET_NEIGH_DELAY_PROBE_TIME,
@@ -1525,6 +1526,7 @@ struct neigh_sysctl_table {
                        .maxlen         = sizeof(int),
                        .mode           = 0644,
                        .proc_handler   = &proc_dointvec_jiffies,
+                       .strategy       = &sysctl_jiffies,
                },
                {
                        .ctl_name       = NET_NEIGH_GC_STALE_TIME,
@@ -1532,6 +1534,7 @@ struct neigh_sysctl_table {
                        .maxlen         = sizeof(int),
                        .mode           = 0644,
                        .proc_handler   = &proc_dointvec_jiffies,
+                       .strategy       = &sysctl_jiffies,
                },
                {
                        .ctl_name       = NET_NEIGH_UNRES_QLEN,
@@ -1574,6 +1577,7 @@ struct neigh_sysctl_table {
                        .maxlen         = sizeof(int),
                        .mode           = 0644,
                        .proc_handler   = &proc_dointvec_jiffies,
+                       .strategy       = &sysctl_jiffies,
                },
                {
                        .ctl_name       = NET_NEIGH_GC_THRESH1,
index 46c0c78b196d613047baf190222164b9fca53153..642ef77a282444c4b9e3327a5eddd5469bfe0253 100644 (file)
@@ -146,7 +146,8 @@ ctl_table core_table[] = {
                .data           = &net_msg_cost,
                .maxlen         = sizeof(int),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec_jiffies
+               .proc_handler   = &proc_dointvec_jiffies,
+               .strategy       = &sysctl_jiffies,
        },
        {
                .ctl_name       = NET_CORE_MSG_BURST,
@@ -154,7 +155,8 @@ ctl_table core_table[] = {
                .data           = &net_msg_burst,
                .maxlen         = sizeof(int),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec_jiffies
+               .proc_handler   = &proc_dointvec_jiffies,
+               .strategy       = &sysctl_jiffies,
        },
        {
                .ctl_name       = NET_CORE_OPTMEM_MAX,
index b08ba41c5356823361ee0b2272d5ef74cdb0979f..0d4b1688a8016edf579e305f569f2906b70b076c 100644 (file)
@@ -2946,6 +2946,7 @@ static struct addrconf_sysctl_table
                        .maxlen         =       sizeof(int),
                        .mode           =       0644,
                        .proc_handler   =       &proc_dointvec_jiffies,
+                       .strategy       =       &sysctl_jiffies,
                },
                {
                        .ctl_name       =       NET_IPV6_RTR_SOLICIT_DELAY,
@@ -2954,6 +2955,7 @@ static struct addrconf_sysctl_table
                        .maxlen         =       sizeof(int),
                        .mode           =       0644,
                        .proc_handler   =       &proc_dointvec_jiffies,
+                       .strategy       =       &sysctl_jiffies,
                },
 #ifdef CONFIG_IPV6_PRIVACY
                {