x25: Fix sleep from timer on socket destroy.
If socket destuction gets delayed to a timer, we try to lock_sock() from that timer which won't work. Use bh_lock_sock() in that case. Signed-off-by: NDavid S. Miller <davem@davemloft.net> Tested-by: NIngo Molnar <mingo@elte.hu>
Showing
想要评论请 注册 或 登录