X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=kernel%2Fworkqueue.c;fp=kernel%2Fworkqueue.c;h=17dad7639b4a3f7569ca219a5bb27e95d7605507;hb=a7fb2be42b76ba90a87e29dd153504c78c0da90f;hp=9debb7c4df648776e0346211cb4ad7644e8f7b47;hpb=53fdf99f676bada351aebb9eb098b5d7ac153cd1;p=deliverable%2Flinux.git diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 9debb7c4df64..17dad7639b4a 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -4263,7 +4263,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