===== waitq.c 1.6 vs edited ===== --- 1.6/fs/autofs4/waitq.c Fri Feb 7 12:25:20 2003 +++ edited/waitq.c Wed Sep 24 15:48:30 2003 @@ -204,7 +204,7 @@ recalc_sigpending(); spin_unlock_irqrestore(¤t->sighand->siglock, irqflags); - interruptible_sleep_on(&wq->queue); + wait_event_interruptible(wq->queue, wq->name == NULL); spin_lock_irqsave(¤t->sighand->siglock, irqflags); current->blocked = oldset;