diff options
Diffstat (limited to 'net/sched/cls_api.c')
| -rw-r--r-- | net/sched/cls_api.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index 5cafdd4c801..8eb79e92e94 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c @@ -205,7 +205,7 @@ replay:  		}  	} -	root_lock = qdisc_root_lock(q); +	root_lock = qdisc_root_sleeping_lock(q);  	if (tp == NULL) {  		/* Proto-tcf does not exist, create new one */  |