commit | ffa4d7216e848fbfdcb8e6f0bb66abeaa1888964 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Apr 25 14:01:17 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:29:06 2007 -0700 |
tree | a967ec65627e2f15c48cfddbd1b2283fd9ad260b | |
parent | 6313c1e0992feaee56bc09b85042b3186041fa3c [diff] |
[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>