Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull qorkqueue updates from Tejun Heo: "Tracepoint and comment updates only" * 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq: workqueue: Use %s instead of function name workqueue: tracing the name of the workqueue instead of it's address workqueue: fix annotation for WQ_SYSFS
This commit is contained in:
@@ -2964,8 +2964,8 @@ reflush:
|
||||
|
||||
if (++flush_cnt == 10 ||
|
||||
(flush_cnt % 100 == 0 && flush_cnt <= 1000))
|
||||
pr_warn("workqueue %s: drain_workqueue() isn't complete after %u tries\n",
|
||||
wq->name, flush_cnt);
|
||||
pr_warn("workqueue %s: %s() isn't complete after %u tries\n",
|
||||
wq->name, __func__, flush_cnt);
|
||||
|
||||
mutex_unlock(&wq->mutex);
|
||||
goto reflush;
|
||||
|
||||
Reference in New Issue
Block a user