-
由 Yunsheng Lin 提交于
stable inclusion from linux-4.19.158 commit 81504d1952d712c8bb9c3966896efee8a37ea966 -------------------------------- When commit 2fb541c8 ("net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc") is backported to stable kernel, one assignment is missing, which causes two problems reported by Joakim and Vishwanath, see [1] and [2]. So add the assignment back to fix it. 1. https://www.spinics.net/lists/netdev/msg693916.html 2. https://www.spinics.net/lists/netdev/msg695131.html Fixes: 749cc0b0c7f3 ("net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc") Signed-off-by: NYunsheng Lin <linyunsheng@huawei.com> Acked-by: NJakub Kicinski <kuba@kernel.org> Tested-by: NBrian Norris <briannorris@chromium.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com> Signed-off-by: NCheng Jian <cj.chengjian@huawei.com>
e1a75214