X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Fnet_namespace.c;h=55151faaf90c1793c53e38bed732ff3c5bd53397;hb=e81cfd214f97a26ca2b00564258ebcf099214cbb;hp=55cffad2f328349f8c5363a89a55f0e503beba85;hpb=daf4b805c1711f730d42a5dfc5a65ee05b3c9ecf;p=linux-2.6-omap-h63xx.git diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index 55cffad2f32..55151faaf90 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c @@ -341,8 +341,8 @@ again: 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);