kthread: rename probe_kthread_data() to kthread_probe_data()
[deliverable/linux.git] / kernel / workqueue.c
index 9debb7c4df648776e0346211cb4ad7644e8f7b47..17dad7639b4a3f7569ca219a5bb27e95d7605507 100644 (file)
@@ -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
This page took 0.025552 seconds and 5 git commands to generate.