[NETLINK]: Remove bogus BUG_ON
authorPatrick McHardy <kaber@trash.net>
Fri, 4 May 2007 19:15:11 +0000 (12:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 May 2007 19:15:11 +0000 (12:15 -0700)
Remove bogus BUG_ON(mutex_is_locked(nlk_sk(sk)->cb_mutex)), when the
netlink_kernel_create caller specifies an external mutex it might
validly be locked.

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

No differences found