[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>
This commit is contained in:
committed by
David S. Miller
parent
62e3ba1b55
commit
2eb9d75c72
@@ -590,8 +590,7 @@ rtattr_failure:
|
||||
return -1;
|
||||
}
|
||||
|
||||
static struct tcf_proto_ops cls_route4_ops = {
|
||||
.next = NULL,
|
||||
static struct tcf_proto_ops cls_route4_ops __read_mostly = {
|
||||
.kind = "route",
|
||||
.classify = route4_classify,
|
||||
.init = route4_init,
|
||||
|
Reference in New Issue
Block a user