projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26dab89
)
[PKT_SCHED]: Return ENOENT if action module is unavailable
author
Thomas Graf
<tgraf@suug.ch>
Thu, 6 Jul 2006 03:45:57 +0000
(20:45 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 6 Jul 2006 03:45:57 +0000
(20:45 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c
patch
|
blob
|
history
diff --git
a/net/sched/act_api.c
b/net/sched/act_api.c
index
f9d1d78
..
9b2e397
100644
(file)
--- a/
net/sched/act_api.c
+++ b/
net/sched/act_api.c
@@
-305,6
+305,7
@@
struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est,
goto err_mod;
}
#endif
+ *err = -ENOENT;
goto err_out;
}