[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4683E363.6020607@trash.net>
Date: Thu, 28 Jun 2007 18:35:47 +0200
From: Patrick McHardy <kaber@...sh.net>
To: PJ Waskiewicz <peter.p.waskiewicz.jr@...el.com>
CC: davem@...emloft.net, netdev@...r.kernel.org, jeff@...zik.org,
auke-jan.h.kok@...el.com, hadi@...erus.ca
Subject: Re: [PATCH 3/3] NET: [SCHED] Qdisc changes and sch_rr added for multiqueue
PJ Waskiewicz wrote:
> +
> static int __init prio_module_init(void)
> {
> - return register_qdisc(&prio_qdisc_ops);
> + int err;
> + err = register_qdisc(&prio_qdisc_ops);
> + if (!err)
> + err = register_qdisc(&rr_qdisc_ops);
> + return err;
> }
>
Thats still broken. I'll fix this and some minor cleanness issues myself so
you don't have to go through another resend.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists