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)
commit8ce5be1c899d31f3cd047e5f707cd9dbfb81e076
tree59a6c05f7540768f6263278c8c646d39bd9ccc3a
parenta0c2e90fe131d9a7440ac05c9c31fc35dfac2fa8
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>
net/sched/act_ife.c