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:
19ecb6b
)
xfrm: Fix xfrm_policy_gc_lock handling.
author
Alexey Dobriyan
<adobriyan@gmail.com>
Tue, 4 Nov 2008 03:11:29 +0000
(19:11 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 4 Nov 2008 03:11:29 +0000
(19:11 -0800)
From: Alexey Dobriyan <adobriyan@gmail.com>
Based upon a lockdep trace by Simon Arlott.
xfrm_policy_kill() can be called from both BH and
non-BH contexts, so we have to grab xfrm_policy_gc_lock
with BH disabling.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found