[NETLINK]: don't reinitialize callback mutex
authorPatrick McHardy <kaber@trash.net>
Wed, 25 Apr 2007 21:01:17 +0000 (14:01 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:06 +0000 (22:29 -0700)
Don't reinitialize the callback mutex the netlink_kernel_create caller
handed in, it is supposed to already be initialized and could already
be held by someone.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c

Simple merge