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:
668dc8a
)
[IPSEC]: Move state lock into x->type->input
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 14 Nov 2007 05:45:58 +0000
(21:45 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:53:52 +0000
(14:53 -0800)
This patch releases the lock on the state before calling
x->type->input. It also adds the lock to the spots where they're
currently needed.
Most of those places (all except mip6) are expected to disappear with
async crypto.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found