Skip to content
Commit 14ebaf81 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
Tested-by: default avatarIngo Molnar <mingo@elte.hu>
parent a1870b9c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment