mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 19:31:09 +07:00
[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:
parent
85f6038f21
commit
6363097cc4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user