mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
xfrm: fix a unbalanced lock
Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Change-Id: Ib4951dae08cd33c9bae696225e5e870e069303f1
This commit is contained in:
parent
fe2daa40e9
commit
84482896c3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err)
|
|||
|
||||
if (unlikely(x->km.state != XFRM_STATE_VALID)) {
|
||||
XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTSTATEINVALID);
|
||||
goto error_nolock;
|
||||
goto error;
|
||||
}
|
||||
|
||||
err = xfrm_state_check_expire(x);
|
||||
|
|
Loading…
Reference in a new issue