Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'
[sfrench/cifs-2.6.git] / fs / nfs / nfs4proc.c
index 2e2dac29a9e91507c9f122134a3f8808341f5248..8963062da57ec1e895cf6f746c48101558e7c43b 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;