patch-2.3.1 linux/include/linux/md.h

Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/major.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/include/linux/md.h linux/include/linux/md.h
@@ -274,7 +274,7 @@
 struct md_thread {
 	void			(*run) (void *data);
 	void			*data;
-	struct wait_queue	*wqueue;
+	wait_queue_head_t	wqueue;
 	unsigned long           flags;
 	struct semaphore	*sem;
 	struct task_struct	*tsk;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)