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

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)