aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/devinet.c')
-rw-r--r--net/ipv4/devinet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
index 7620382058a0..c100709d6ddf 100644
--- a/net/ipv4/devinet.c
+++ b/net/ipv4/devinet.c
@@ -1605,7 +1605,7 @@ static __net_init int devinet_init_net(struct net *net)
1605 all = &ipv4_devconf; 1605 all = &ipv4_devconf;
1606 dflt = &ipv4_devconf_dflt; 1606 dflt = &ipv4_devconf_dflt;
1607 1607
1608 if (net != &init_net) { 1608 if (!net_eq(net, &init_net)) {
1609 all = kmemdup(all, sizeof(ipv4_devconf), GFP_KERNEL); 1609 all = kmemdup(all, sizeof(ipv4_devconf), GFP_KERNEL);
1610 if (all == NULL) 1610 if (all == NULL)
1611 goto err_alloc_all; 1611 goto err_alloc_all;