X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=kernel%2Fworkqueue.c;h=479d840db286efa01febf1dddf56ec0b28a29731;hb=e0f3e6a7ccc002be056b6a21768fceee0d44941e;hp=bd81f039027782b923b99be667caa12142c2bf5d;hpb=97d2116708ca0fd6ad8b00811ee4349b7e19e96f;p=cascardo%2Flinux.git 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) * This function is called without any synchronization and @task * could be in any state. Be careful with dereferences. */ - worker = probe_kthread_data(task); + worker = kthread_probe_data(task); /* * Carefully copy the associated workqueue's workfn and name. Keep