commit | 4141b36ab16d7a66b4cf712f2d21eba61c5927e5 | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Wed Aug 24 13:08:40 2016 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Wed Aug 24 13:13:08 2016 +0200 |
tree | befefbb3606afb437694898dd76c4f6337084345 | |
parent | 9d0380df6217e8dd014118fa1c99dda9974f3613 [diff] |
xfrm: Fix xfrm_policy_lock imbalance An earlier patch accidentally replaced a write_lock_bh with a spin_unlock_bh. Fix this by using spin_lock_bh instead. Fixes: 9d0380df6217 ("xfrm: policy: convert policy_lock to spinlock") Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>