Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa8599db authored by Li RongQing's avatar Li RongQing Committed by Steffen Klassert
Browse files

xfrm: fix a unbalanced lock

parent 7e50f84c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);