commit | 8ce5be1c899d31f3cd047e5f707cd9dbfb81e076 | [log] [tgz] |
---|---|---|
author | Cong Wang <xiyou.wangcong@gmail.com> | Sun Aug 19 12:22:11 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 21 12:45:45 2018 -0700 |
tree | 59a6c05f7540768f6263278c8c646d39bd9ccc3a | |
parent | a0c2e90fe131d9a7440ac05c9c31fc35dfac2fa8 [diff] |
Revert "net: sched: act_ife: disable bh when taking ife_mod_lock" This reverts commit 42c625a486f3 ("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>