Re: [PATCH] net: sched: do not emit messages while holding spinlock

2018-04-01 Thread David Miller
From: Li RongQing Date: Fri, 30 Mar 2018 10:11:21 +0800 > move messages emitting out of sch_tree_lock to avoid holding > this lock too long. > > Signed-off-by: Li RongQing Applied.

[PATCH] net: sched: do not emit messages while holding spinlock

2018-03-29 Thread Li RongQing
move messages emitting out of sch_tree_lock to avoid holding this lock too long. Signed-off-by: Li RongQing --- net/sched/sch_htb.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c index 1ea9846cc6ce..2a4ab7caf553 100644 --