mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 02:50:57 +07:00
net: Convert bond_net_ops
These pernet_operations populate/depopulate /proc and /sys entries. Exit method unregisters all net bond devices, and it seems another pernet_operations are not interested in foreign net bond list. So, it's possible to mark them async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
685ecfb198
commit
6963ad69ce
@ -4791,6 +4791,7 @@ static struct pernet_operations bond_net_ops = {
|
||||
.exit = bond_net_exit,
|
||||
.id = &bond_net_id,
|
||||
.size = sizeof(struct bond_net),
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init bonding_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user