reboot: remove -stable friendly PF_THREAD_BOUND define
[linux-2.6-block.git] / kernel / rcutree.c
index cf3adc6fe00137d91fc74b0e316ce9621b027a7a..e08abb9461acc13dda0a7c4901d228554c12443e 100644 (file)
@@ -3026,7 +3026,7 @@ static int __init rcu_spawn_gp_kthread(void)
        struct task_struct *t;
 
        for_each_rcu_flavor(rsp) {
-               t = kthread_run(rcu_gp_kthread, rsp, rsp->name);
+               t = kthread_run(rcu_gp_kthread, rsp, "%s", rsp->name);
                BUG_ON(IS_ERR(t));
                rnp = rcu_get_root(rsp);
                raw_spin_lock_irqsave(&rnp->lock, flags);