aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index bd81f0390277..479d840db286 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -4261,7 +4261,7 @@ void print_worker_info(const char *log_lvl, struct task_struct *task)
4261 * This function is called without any synchronization and @task 4261 * This function is called without any synchronization and @task
4262 * could be in any state. Be careful with dereferences. 4262 * could be in any state. Be careful with dereferences.
4263 */ 4263 */
4264 worker = probe_kthread_data(task); 4264 worker = kthread_probe_data(task);
4265 4265
4266 /* 4266 /*
4267 * Carefully copy the associated workqueue's workfn and name. Keep 4267 * Carefully copy the associated workqueue's workfn and name. Keep