* Resend [PKT_SCHED]: Return ENOENT if qdisc module is unavailable
@ 2006-08-03 13:20 jamal
2006-08-03 23:37 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: jamal @ 2006-08-03 13:20 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
Dave,
Old patch - didnt see it reflected in this mornings sync with linus tree
and dont wanna loose it (git is great at reminding me); if queued
already, just ignore.
cheers,
jamal
[-- Attachment #2: sch-ne --]
[-- Type: text/plain, Size: 364 bytes --]
Return ENOENT if qdisc module is unavailable
Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
---
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c
index 31570b9..44724c6 100644
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
@@ -431,7 +431,7 @@ #ifdef CONFIG_KMOD
}
#endif
- err = -EINVAL;
+ err = -ENOENT;
if (ops == NULL)
goto err_out;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Resend [PKT_SCHED]: Return ENOENT if qdisc module is unavailable
2006-08-03 13:20 Resend [PKT_SCHED]: Return ENOENT if qdisc module is unavailable jamal
@ 2006-08-03 23:37 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-08-03 23:37 UTC (permalink / raw)
To: hadi; +Cc: netdev
From: jamal <hadi@cyberus.ca>
Date: Thu, 03 Aug 2006 09:20:10 -0400
> Old patch - didnt see it reflected in this mornings sync with linus tree
> and dont wanna loose it (git is great at reminding me); if queued
> already, just ignore.
Applied, thanks Jamal.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-03 23:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-03 13:20 Resend [PKT_SCHED]: Return ENOENT if qdisc module is unavailable jamal
2006-08-03 23:37 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).