dect
/
linux-2.6
Archived
13
0
Fork 0

[IPV4]: Do not remove idev when addresses are cleared

Now that we create idev before addresses are added, it no longer makes
sense to remove them when addresses are all deleted.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Herbert Xu 2007-06-07 18:35:38 -07:00 committed by David S. Miller
parent 85f6038f21
commit 6363097cc4
1 changed files with 1 additions and 5 deletions

View File

@ -327,12 +327,8 @@ static void __inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap,
}
}
if (destroy) {
if (destroy)
inet_free_ifa(ifa1);
if (!in_dev->ifa_list)
inetdev_destroy(in_dev);
}
}
static void inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap,