diff options
author | Konstantin Khlebnikov <khlebnikov@yandex-team.ru> | 2017-08-19 15:37:07 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-30 10:19:21 +0200 |
commit | 58079f56b30227c37709e9db7e9b51204e81f4ea (patch) | |
tree | 34617a03b7b5a66a3ffa843b2a1f2308b14d359f /fs/ecryptfs | |
parent | 248af6aa226c5e3d503a26e109db944a1cabdb48 (diff) | |
download | linux-stable-58079f56b30227c37709e9db7e9b51204e81f4ea.tar.gz linux-stable-58079f56b30227c37709e9db7e9b51204e81f4ea.tar.bz2 linux-stable-58079f56b30227c37709e9db7e9b51204e81f4ea.zip |
net_sched: fix order of queue length updates in qdisc_replace()
[ Upstream commit 68a66d149a8c78ec6720f268597302883e48e9fa ]
This important to call qdisc_tree_reduce_backlog() after changing queue
length. Parent qdisc should deactivate class in ->qlen_notify() called from
qdisc_tree_reduce_backlog() but this happens only if qdisc->q.qlen in zero.
Missed class deactivations leads to crashes/warnings at picking packets
from empty qdisc and corrupting state at reactivating this class in future.
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Fixes: 86a7996cc8a0 ("net_sched: introduce qdisc_replace() helper")
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/ecryptfs')
0 files changed, 0 insertions, 0 deletions