patch-2.3.1 linux/fs/autofs/autofs_i.h
Next file: linux/fs/autofs/dir.c
Previous file: linux/fs/adfs/namei.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu May 13 14:42:48 1999
-  Orig file: 
v2.3.0/linux/fs/autofs/autofs_i.h
-  Orig date: 
Tue May 11 13:04:44 1999
diff -u --recursive --new-file v2.3.0/linux/fs/autofs/autofs_i.h linux/fs/autofs/autofs_i.h
@@ -66,7 +66,7 @@
 };
 
 struct autofs_wait_queue {
-	struct wait_queue *queue;
+	wait_queue_head_t queue;
 	struct autofs_wait_queue *next;
 	autofs_wqt_t wait_queue_token;
 	/* We use the following to see what we are waiting for */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)