Gao Feng 806a837650 pkt_sched: Remove useless qdisc_stab_lock
The qdisc_stab_lock is used in qdisc_get_stab and qdisc_put_stab.
These two functions are invoked in qdisc_create, qdisc_change, and
qdisc_destroy which run fully under RTNL.

So it already makes sure only one could access the qdisc_stab_list at
the same time. Then it is unnecessary to use qdisc_stab_lock now.

Signed-off-by: Gao Feng <fgao@ikuai8.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-17 15:10:18 -05:00
..
2017-01-22 16:46:13 -05:00
2016-12-03 23:54:25 -05:00
2016-12-25 17:21:22 +01:00
2017-02-10 14:31:51 -05:00
2016-10-20 11:23:08 -04:00
2017-01-24 11:07:35 +01:00
2017-02-10 14:31:51 -05:00