|
@@ -359,9 +359,6 @@ static inline void sch_tree_unlock(const struct Qdisc *q)
|
|
spin_unlock_bh(qdisc_root_sleeping_lock(q));
|
|
spin_unlock_bh(qdisc_root_sleeping_lock(q));
|
|
}
|
|
}
|
|
|
|
|
|
-#define tcf_tree_lock(tp) sch_tree_lock((tp)->q)
|
|
|
|
-#define tcf_tree_unlock(tp) sch_tree_unlock((tp)->q)
|
|
|
|
-
|
|
|
|
extern struct Qdisc noop_qdisc;
|
|
extern struct Qdisc noop_qdisc;
|
|
extern struct Qdisc_ops noop_qdisc_ops;
|
|
extern struct Qdisc_ops noop_qdisc_ops;
|
|
extern struct Qdisc_ops pfifo_fast_ops;
|
|
extern struct Qdisc_ops pfifo_fast_ops;
|