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:
7f62ad5
)
[TCP]: Fix MD5 signature pool locking.
author
David S. Miller
<davem@sunset.davemloft.net>
Wed, 21 Feb 2007 07:51:47 +0000
(23:51 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 26 Feb 2007 19:42:48 +0000
(11:42 -0800)
The locking calls assumed that these code paths were only
invoked in software interrupt context, but that isn't true.
Therefore we need to use spin_{lock,unlock}_bh() throughout.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found