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

Commit 03dc27e0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: xfrm: remove duplicate output_mark"

parents 11a18c0d 4b1a5e3c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -872,11 +872,6 @@ static int copy_to_user_state_extra(struct xfrm_state *x,
			      &x->replay);
	if (ret)
		goto out;
	if (x->props.output_mark) {
		ret = nla_put_u32(skb, XFRMA_OUTPUT_MARK, x->props.output_mark);
		if (ret)
			goto out;
	}
	if (x->security)
		ret = copy_sec_ctx(x->security, skb);
	if (x->props.output_mark) {