···73737474 DPRINTK("dsmark_graft(sch %p,[qdisc %p],new %p,old %p)\n",sch,p,new,7575 old);7676- if (!new)7777- new = &noop_qdisc;7676+7777+ if (new == NULL) {7878+ new = qdisc_create_dflt(sch->dev, &pfifo_qdisc_ops);7979+ if (new == NULL)8080+ new = &noop_qdisc;8181+ }8282+7883 sch_tree_lock(sch);7984 *old = xchg(&p->q,new);8085 if (*old)