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:
8eecaba
)
net: Make sure BHs are disabled in sock_prot_inuse_add()
author
Eric Dumazet
<dada1@cosmosbay.com>
Tue, 25 Nov 2008 21:53:27 +0000
(13:53 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 25 Nov 2008 21:53:27 +0000
(13:53 -0800)
prot->destroy is not called with BH disabled. So we must add
explicit BH disable around call to sock_prot_inuse_add()
in sctp_destroy_sock()
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found