diff --git a/net/sched/sch_dsmark.c b/net/sched/sch_dsmark.c index d0dff0cd818663ce253a33c8d49dc2a617cd4bef..34b4ddaca27c7ca04ed1a6edb75adccd48e0c460 100644 --- a/net/sched/sch_dsmark.c +++ b/net/sched/sch_dsmark.c @@ -276,7 +276,7 @@ static struct sk_buff *dsmark_dequeue(struct Qdisc *sch) pr_debug("%s(sch %p,[qdisc %p])\n", __func__, sch, p); - skb = p->q->ops->dequeue(p->q); + skb = qdisc_dequeue_peeked(p->q); if (skb == NULL) return NULL;