X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fsched%2Fact_api.c;h=792ce59940ecbeaadc806b97f13cb6a1b2a811a3;hb=fb7ffeb11bb7e9e75dc83ff67a4925c270e0fa3c;hp=bd651a40881710b4ea4ef50eb06fd41a5d017630;hpb=f43c5a0df38e12f53a3023175a12da9b7ef0df63;p=linux-2.6-omap-h63xx.git diff --git a/net/sched/act_api.c b/net/sched/act_api.c index bd651a40881..792ce59940e 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c @@ -290,7 +290,7 @@ struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est, if (a_o == NULL) { #ifdef CONFIG_KMOD rtnl_unlock(); - request_module(act_name); + request_module("act_%s", act_name); rtnl_lock(); a_o = tc_lookup_action_n(act_name);