]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"
authorCong Wang <xiyou.wangcong@gmail.com>
Sun, 19 Aug 2018 19:22:11 +0000 (12:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Aug 2018 19:45:45 +0000 (12:45 -0700)
commite2b5e44cdf7f99701a0469c5d7ec2c407966a667
tree59a6c05f7540768f6263278c8c646d39bd9ccc3a
parentd50ae23c25caec8e4d1f3da0ed83e0402bceb4de
Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"

This reverts commit d625ab828149 ("net: sched: act_ife: disable bh
when taking ife_mod_lock"), because what ife_mod_lock protects
is absolutely not touched in rate est timer BH context, they have
no race.

A better fix is following up.

Cc: Vlad Buslov <vladbu@mellanox.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_ife.c