patch-2.3.1 linux/fs/autofs/waitq.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/autofs/root.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue May 11 14:57:04 1999
- Orig file:
v2.3.0/linux/fs/autofs/waitq.c
- Orig date:
Sun Feb 21 10:59:14 1999
diff -u --recursive --new-file v2.3.0/linux/fs/autofs/waitq.c linux/fs/autofs/waitq.c
@@ -131,7 +131,7 @@
return -ENOMEM;
}
wq->wait_queue_token = autofs_next_wait_queue++;
- init_waitqueue(&wq->queue);
+ init_waitqueue_head(&wq->queue);
wq->hash = name->hash;
wq->len = name->len;
wq->status = -EINTR; /* Status return if interrupted */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)