patch-2.4.17 linux/net/sched/sch_api.c
Next file: linux/net/sched/sch_atm.c
Previous file: linux/net/sched/police.c
Back to the patch index
Back to the overall index
- Lines: 56
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/sched/sch_api.c
- Orig date:
Fri Nov 9 22:12:54 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/sch_api.c linux/net/sched/sch_api.c
@@ -41,12 +41,10 @@
#include <asm/system.h>
#include <asm/bitops.h>
-#ifdef CONFIG_RTNETLINK
static int qdisc_notify(struct sk_buff *oskb, struct nlmsghdr *n, u32 clid,
struct Qdisc *old, struct Qdisc *new);
static int tclass_notify(struct sk_buff *oskb, struct nlmsghdr *n,
struct Qdisc *q, unsigned long cl, int event);
-#endif
/*
@@ -379,8 +377,6 @@
return err;
}
-#ifdef CONFIG_RTNETLINK
-
/*
Allocate and initialize new qdisc.
@@ -1055,7 +1051,6 @@
dev_put(dev);
return skb->len;
}
-#endif
int psched_us_per_tick = 1;
int psched_tick_per_us = 1;
@@ -1169,9 +1164,7 @@
int __init pktsched_init(void)
{
-#ifdef CONFIG_RTNETLINK
struct rtnetlink_link *link_p;
-#endif
#if PSCHED_CLOCK_SOURCE == PSCHED_CPU
if (psched_calibrate_clock() < 0)
@@ -1184,7 +1177,6 @@
#endif
#endif
-#ifdef CONFIG_RTNETLINK
link_p = rtnetlink_links[PF_UNSPEC];
/* Setup rtnetlink links. It is made here to avoid
@@ -1201,7 +1193,6 @@
link_p[RTM_GETTCLASS-RTM_BASE].doit = tc_ctl_tclass;
link_p[RTM_GETTCLASS-RTM_BASE].dumpit = tc_dump_tclass;
}
-#endif
#define INIT_QDISC(name) { \
extern struct Qdisc_ops name##_qdisc_ops; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)