Loading net/core/net_namespace.c +1 −1 Original line number Diff line number Diff line Loading @@ -341,8 +341,8 @@ int register_pernet_gen_subsys(int *id, struct pernet_operations *ops) rv = register_pernet_operations(first_device, ops); if (rv < 0) ida_remove(&net_generic_ids, *id); mutex_unlock(&net_mutex); out: mutex_unlock(&net_mutex); return rv; } EXPORT_SYMBOL_GPL(register_pernet_gen_subsys); Loading Loading
net/core/net_namespace.c +1 −1 Original line number Diff line number Diff line Loading @@ -341,8 +341,8 @@ int register_pernet_gen_subsys(int *id, struct pernet_operations *ops) rv = register_pernet_operations(first_device, ops); if (rv < 0) ida_remove(&net_generic_ids, *id); mutex_unlock(&net_mutex); out: mutex_unlock(&net_mutex); return rv; } EXPORT_SYMBOL_GPL(register_pernet_gen_subsys); Loading