net/sched: fix miss init the mru in qdisc_skb_cb
authorwenxu <wenxu@ucloud.cn>
Wed, 25 Nov 2020 04:01:21 +0000 (12:01 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Nov 2020 22:36:02 +0000 (14:36 -0800)
commitaadaca9e7c392dbf877af8cefb156199f1a67bbe
treeba0355c99e8ce49df41483e7d4f076d500d4c474
parentfb3158ea612c5a0bda8ce07977c573757753a270
net/sched: fix miss init the mru in qdisc_skb_cb

The mru in the qdisc_skb_cb should be init as 0. Only defrag packets in the
act_ct will set the value.

Fixes: 038ebb1a713d ("net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct")
Signed-off-by: wenxu <wenxu@ucloud.cn>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/dev.c