NET: net_namespace, fix lock imbalance
authorJiri Slaby <jirislaby@gmail.com>
Sat, 17 Jan 2009 06:47:12 +0000 (06:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jan 2009 22:39:31 +0000 (14:39 -0800)
commit357f5b0b91054ae23385ea4b0634bb8b43736e83
tree743fd89ff13eec25deb976f9466259a715161f4c
parent518aa1b5443c8a36300c20a5473df01fb8975dad
NET: net_namespace, fix lock imbalance

register_pernet_gen_subsys omits mutex_unlock in one fail path.
Fix it.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net_namespace.c