]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/sched/sch_fq_codel.c
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / net / sched / sch_fq_codel.c
index e2faf33d282bc8a59b4cab2abbf2e1fc14b713a8..d59fbcc745d1cbd147dc3cd95dc8d62120363078 100644 (file)
@@ -596,8 +596,6 @@ static unsigned long fq_codel_find(struct Qdisc *sch, u32 classid)
 static unsigned long fq_codel_bind(struct Qdisc *sch, unsigned long parent,
                              u32 classid)
 {
-       /* we cannot bypass queue discipline anymore */
-       sch->flags &= ~TCQ_F_CAN_BYPASS;
        return 0;
 }