| To: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH 8/11] PKT_SCHED: psched_*_per_* can be static |
| From: | Thomas Graf <tgraf@xxxxxxx> |
| Date: | Wed, 27 Oct 2004 00:27:37 +0200 |
| Cc: | netdev@xxxxxxxxxxx, hadi@xxxxxxxxxx |
| In-reply-to: | <20041026222148.GA12289@postel.suug.ch> |
| References: | <20041026222148.GA12289@postel.suug.ch> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Signed-off-by: Thomas Graf <tgraf@xxxxxxx>
--- linux-2.6.10-rc1-bk1.orig/net/sched/sch_api.c 2004-10-26
23:36:12.000000000 +0200
+++ linux-2.6.10-rc1-bk1/net/sched/sch_api.c 2004-10-26 23:36:47.000000000
+0200
@@ -1145,8 +1145,8 @@
return -1;
}
-int psched_us_per_tick = 1;
-int psched_tick_per_us = 1;
+static int psched_us_per_tick = 1;
+static int psched_tick_per_us = 1;
#ifdef CONFIG_PROC_FS
static int psched_show(struct seq_file *seq, void *v)
|
| Previous by Date: | [PATCH 7/11] PKT_SCHED: Move tc_classify from pkt_cls.h to sch_api.c, Thomas Graf |
|---|---|
| Next by Date: | [PATCH 9/11] PKT_SCHED: Cleanup cls_set_class, Thomas Graf |
| Previous by Thread: | [PATCH 7/11] PKT_SCHED: Move tc_classify from pkt_cls.h to sch_api.c, Thomas Graf |
| Next by Thread: | [PATCH 9/11] PKT_SCHED: Cleanup cls_set_class, Thomas Graf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |