diff options
Diffstat (limited to 'net/sched/cls_basic.c')
| -rw-r--r-- | net/sched/cls_basic.c | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index d9fbaa0fbe8b..d229ce99e554 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c @@ -261,12 +261,7 @@ static void basic_bind_class(void *fh, u32 classid, unsigned long cl, void *q,  {  	struct basic_filter *f = fh; -	if (f && f->res.classid == classid) { -		if (cl) -			__tcf_bind_filter(q, &f->res, base); -		else -			__tcf_unbind_filter(q, &f->res); -	} +	tc_cls_bind_class(classid, cl, q, &f->res, base);  }  static int basic_dump(struct net *net, struct tcf_proto *tp, void *fh,  | 
