Revert "net/sched: flower: Fix wrong handle assignment during filter change"

This reverts commit 32eff6bace.

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>
This commit is contained in:
Vlad Buslov 2023-05-04 20:16:15 +02:00 committed by David S. Miller
parent dd4f6bbfa6
commit 5110f3ff6d
1 changed files with 1 additions and 1 deletions

View File

@ -2231,8 +2231,8 @@ static int fl_change(struct net *net, struct sk_buff *in_skb,
kfree(fnew);
goto errout_tb;
}
fnew->handle = handle;
}
fnew->handle = handle;
err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle,
!tc_skip_hw(fnew->flags));