diff options
Diffstat (limited to 'net/sched/act_api.c')
| -rw-r--r-- | net/sched/act_api.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  |