[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)
commitffa4d7216e848fbfdcb8e6f0bb66abeaa1888964
treea967ec65627e2f15c48cfddbd1b2283fd9ad260b
parent6313c1e0992feaee56bc09b85042b3186041fa3c
[NETLINK]: don't reinitialize callback mutex

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