Merge branches 'release' and 'autoload' into release
[deliverable/linux.git] / net / sched / sch_blackhole.c
index f914fc43a12478b9db41d037647b7ffe714fd5ee..507fb488bc985a18d13e0d79d95720b704118153 100644 (file)
@@ -28,7 +28,7 @@ static struct sk_buff *blackhole_dequeue(struct Qdisc *sch)
        return NULL;
 }
 
-static struct Qdisc_ops blackhole_qdisc_ops = {
+static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = {
        .id             = "blackhole",
        .priv_size      = 0,
        .enqueue        = blackhole_enqueue,
This page took 0.034995 seconds and 5 git commands to generate.