projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/net/sched/act_api.c
b/net/sched/act_api.c
index f9d1d78e17f8bc35f103f1be2ccac16341536cd6..9b2e3975be0bbdb32303e29f57dab34ab8b01983 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;
}