autofs: use wake_up() instead of wake_up_interruptible(()
[linux-2.6-block.git] / fs / autofs / waitq.c
index efdc76732faed639104e13a6813a4db220adec55..33dd4660d82f4b65a1ff18b5d06fb3a74bf69c7b 100644 (file)
@@ -32,7 +32,7 @@ void autofs_catatonic_mode(struct autofs_sb_info *sbi)
                wq->status = -ENOENT; /* Magic is gone - report failure */
                kfree(wq->name.name - wq->offset);
                wq->name.name = NULL;
-               wake_up_interruptible(&wq->queue);
+               wake_up(&wq->queue);
                if (!--wq->wait_ctr)
                        kfree(wq);
                wq = nwq;