Skip to content

Commit

Permalink
NET: fix oops at bootime in sysctl code
Browse files Browse the repository at this point in the history
This fixes the boot time oops on the 2.6.32-stable tree.  It is needed
only in this tree due to the divergance from upstream.

From: jamal <hadi@cyberus.ca>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
jamal authored and Greg Kroah-Hartman committed Feb 9, 2010
1 parent e4a6a35 commit 6117db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/sysctl_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ static const struct trans_ctl_table trans_net_ipv4_conf_vars_table[] = {
{ NET_IPV4_CONF_PROMOTE_SECONDARIES, "promote_secondaries" },
{ NET_IPV4_CONF_ARP_ACCEPT, "arp_accept" },
{ NET_IPV4_CONF_ARP_NOTIFY, "arp_notify" },
{ NET_IPV4_CONF_SRC_VMARK, "src_valid_mark" },
{}
};

Expand Down

0 comments on commit 6117db7

Please sign in to comment.