Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'
[linux-2.6-microblaze.git] / fs / nfs / nfs4proc.c
index 2e2dac2..8963062 100644 (file)
@@ -414,7 +414,7 @@ static int nfs4_delay_interruptible(long *timeout)
 {
        might_sleep();
 
-       freezable_schedule_timeout_interruptible(nfs4_update_delay(timeout));
+       freezable_schedule_timeout_interruptible_unsafe(nfs4_update_delay(timeout));
        if (!signal_pending(current))
                return 0;
        return __fatal_signal_pending(current) ? -EINTR :-ERESTARTSYS;