Merge branch 'txq_max_rate'
[deliverable/linux.git] / kernel / futex.c
index 4eeb63de7e54e895506e468acbcd4b3bed4271c6..2a5e3830e953b72cca4aeac4ec537e276f0f355b 100644 (file)
@@ -2217,7 +2217,7 @@ retry:
        if (!abs_time)
                goto out;
 
-       restart = &current_thread_info()->restart_block;
+       restart = &current->restart_block;
        restart->fn = futex_wait_restart;
        restart->futex.uaddr = uaddr;
        restart->futex.val = val;
This page took 0.043658 seconds and 5 git commands to generate.