diff options
author | Patrick McHardy <kaber@trash.net> | 2008-01-23 01:10:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:11:08 -0500 |
commit | 2eb9d75c723252c1fa8f0206e6a0df220e3c64c0 (patch) | |
tree | 169eb9fb1170e6bbb60d3b373d133ef3e0aefa63 /net/sched/cls_tcindex.c | |
parent | 62e3ba1b558e5f393ef746880613fb8222e64d03 (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_tcindex.c')
-rw-r--r-- | net/sched/cls_tcindex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sched/cls_tcindex.c b/net/sched/cls_tcindex.c index 471909e54807..e36977b17fa6 100644 --- a/net/sched/cls_tcindex.c +++ b/net/sched/cls_tcindex.c | |||
@@ -485,8 +485,7 @@ rtattr_failure: | |||
485 | return -1; | 485 | return -1; |
486 | } | 486 | } |
487 | 487 | ||
488 | static struct tcf_proto_ops cls_tcindex_ops = { | 488 | static struct tcf_proto_ops cls_tcindex_ops __read_mostly = { |
489 | .next = NULL, | ||
490 | .kind = "tcindex", | 489 | .kind = "tcindex", |
491 | .classify = tcindex_classify, | 490 | .classify = tcindex_classify, |
492 | .init = tcindex_init, | 491 | .init = tcindex_init, |