[NET_SCHED]: mark classifier ops __read_mostly
[pandora-kernel.git] / net / sched / cls_basic.c
index 8dbcf27..b31f9f9 100644 (file)
@@ -271,7 +271,7 @@ rtattr_failure:
        return -1;
 }
 
-static struct tcf_proto_ops cls_basic_ops = {
+static struct tcf_proto_ops cls_basic_ops __read_mostly = {
        .kind           =       "basic",
        .classify       =       basic_classify,
        .init           =       basic_init,