Skip to content

Commit 5110f3f

Browse files
w1ldptrdavem330
authored andcommitted
Revert "net/sched: flower: Fix wrong handle assignment during filter change"
This reverts commit 32eff6b. Superseded by the following commit in this series. Signed-off-by: Vlad Buslov <vladbu@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent dd4f6bb commit 5110f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/sched/cls_flower.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2231,8 +2231,8 @@ static int fl_change(struct net *net, struct sk_buff *in_skb,
22312231
kfree(fnew);
22322232
goto errout_tb;
22332233
}
2234-
fnew->handle = handle;
22352234
}
2235+
fnew->handle = handle;
22362236

22372237
err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle,
22382238
!tc_skip_hw(fnew->flags));

0 commit comments

Comments
 (0)