]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/cls_basic.c
[NET_SCHED]: mark classifier ops __read_mostly
[linux-2.6-omap-h63xx.git] / net / sched / cls_basic.c
index 8dbcf2771a4611e921fdb37d75f05a2ccea63f4b..b31f9f971987dc4a63914fe02103c1349c7719f7 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,