]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/sched/sch_generic.c
net: sched: use pfifo_fast for non real queues
[mirror_ubuntu-zesty-kernel.git] / net / sched / sch_generic.c
index 16bc83b2842a74616cd58dd923a5981942321f3e..f18c3502420730e87254a6b01f0a6c1e4fb96941 100644 (file)
@@ -567,6 +567,7 @@ struct Qdisc_ops pfifo_fast_ops __read_mostly = {
        .dump           =       pfifo_fast_dump,
        .owner          =       THIS_MODULE,
 };
+EXPORT_SYMBOL(pfifo_fast_ops);
 
 static struct lock_class_key qdisc_tx_busylock;