diff options
Diffstat (limited to 'net/sched/sch_api.c')
| -rw-r--r-- | net/sched/sch_api.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index 65e05b0c98e4..60239378d43f 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c @@ -809,7 +809,7 @@ void qdisc_tree_reduce_backlog(struct Qdisc *sch, int n, int len)  		notify = !sch->q.qlen && !WARN_ON_ONCE(!n &&  						       !qdisc_is_offloaded);  		/* TODO: perform the search on a per txq basis */ -		sch = qdisc_lookup(qdisc_dev(sch), TC_H_MAJ(parentid)); +		sch = qdisc_lookup_rcu(qdisc_dev(sch), TC_H_MAJ(parentid));  		if (sch == NULL) {  			WARN_ON_ONCE(parentid != TC_H_ROOT);  			break;  |