]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - kernel/workqueue.c
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
[mirror_ubuntu-zesty-kernel.git] / kernel / workqueue.c
index 59f0b42bd89e0e819a1a67145f48a11f2898bbd2..90d2c6001659b27a26048a37282e9f7cad36b805 100644 (file)
@@ -51,7 +51,7 @@ struct cpu_workqueue_struct {
        wait_queue_head_t work_done;
 
        struct workqueue_struct *wq;
-       task_t *thread;
+       struct task_struct *thread;
 
        int run_depth;          /* Detect run_workqueue() recursion depth */
 } ____cacheline_aligned;