patch-2.4.17 linux/net/sched/sch_cbq.c
Next file: linux/net/sched/sch_csz.c
Previous file: linux/net/sched/sch_atm.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/sched/sch_cbq.c
- Orig date:
Sun Sep 30 19:26:09 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/sch_cbq.c linux/net/sched/sch_cbq.c
@@ -1457,8 +1457,6 @@
return 0;
}
-#ifdef CONFIG_RTNETLINK
-
static __inline__ int cbq_dump_rate(struct sk_buff *skb, struct cbq_class *cl)
{
unsigned char *b = skb->tail;
@@ -1658,8 +1656,6 @@
return -1;
}
-#endif
-
static int cbq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new,
struct Qdisc **old)
{
@@ -2082,9 +2078,7 @@
cbq_bind_filter,
cbq_unbind_filter,
-#ifdef CONFIG_RTNETLINK
cbq_dump_class,
-#endif
};
struct Qdisc_ops cbq_qdisc_ops =
@@ -2104,9 +2098,7 @@
cbq_destroy,
NULL /* cbq_change */,
-#ifdef CONFIG_RTNETLINK
cbq_dump,
-#endif
};
#ifdef MODULE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)