diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-27 03:17:18 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-27 03:17:18 +0000 |
commit | d56661b837d4a93e7a594e7b418890c880f9408e (patch) | |
tree | f2ce9f4d2e45b4784a2a4bd062cf41d21080dab6 /net/ipv4/ipconfig.c | |
parent | 9ad99e56f2647036552b02a032865c0a65e2a158 (diff) |
More spurious diffs.
Diffstat (limited to 'net/ipv4/ipconfig.c')
-rw-r--r-- | net/ipv4/ipconfig.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index 5ad993e60..37b41e93a 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c @@ -117,7 +117,6 @@ static int __init ic_open_devs(void) last = &ic_first_dev; read_lock(&dev_base_lock); - rtnl_lock(); for (dev = dev_base; dev; dev = dev->next) { if (user_dev_name[0] ? !strcmp(dev->name, user_dev_name) : (!(dev->flags & IFF_LOOPBACK) && @@ -149,7 +148,6 @@ static int __init ic_open_devs(void) DBG(("IP-Config: Opened %s (able=%d)\n", dev->name, able)); } } - rtnl_unlock(); read_unlock(&dev_base_lock); *last = NULL; |