aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_route.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-01-23 01:10:42 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:11:08 -0500
commit2eb9d75c723252c1fa8f0206e6a0df220e3c64c0 (patch)
tree169eb9fb1170e6bbb60d3b373d133ef3e0aefa63 /net/sched/cls_route.c
parent62e3ba1b558e5f393ef746880613fb8222e64d03 (diff)
[NET_SCHED]: mark classifier ops __read_mostly
Additionally remove unnecessary NULL initilizations of the next pointer. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/cls_route.c')
-rw-r--r--net/sched/cls_route.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sched/cls_route.c b/net/sched/cls_route.c
index 0a8409c1d28a..e70edd0f7bc8 100644
--- a/net/sched/cls_route.c
+++ b/net/sched/cls_route.c
@@ -590,8 +590,7 @@ rtattr_failure:
590 return -1; 590 return -1;
591} 591}
592 592
593static struct tcf_proto_ops cls_route4_ops = { 593static struct tcf_proto_ops cls_route4_ops __read_mostly = {
594 .next = NULL,
595 .kind = "route", 594 .kind = "route",
596 .classify = route4_classify, 595 .classify = route4_classify,
597 .init = route4_init, 596 .init = route4_init,