git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1870b9
)
x25: Fix sleep from timer on socket destroy.
author
David S. Miller
<davem@davemloft.net>
Tue, 16 Jun 2009 12:40:30 +0000
(
05:40
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 16 Jun 2009 12:40:30 +0000
(
05:40
-0700)
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: David S. Miller <davem@davemloft.net>
Tested-by: Ingo Molnar <mingo@elte.hu>
No differences found