]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/workqueue.c
printk: use console_trylock() in console_cpu_notify()
[mirror_ubuntu-artful-kernel.git] / kernel / workqueue.c
index 1d9fb6543a66a26c3094f8f2d05ab4447782dadd..072cbc9b175dc1efbe95c14858f810f92db12130 100644 (file)
@@ -1523,8 +1523,6 @@ static void __queue_delayed_work(int cpu, struct workqueue_struct *wq,
                return;
        }
 
-       timer_stats_timer_set_start_info(&dwork->timer);
-
        dwork->wq = wq;
        dwork->cpu = cpu;
        timer->expires = jiffies + delay;