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

Next file: linux/include/linux/msdos_fs_sb.h
Previous file: linux/include/linux/md.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -126,7 +126,7 @@
 	struct page *next_hash;
 	atomic_t count;
 	unsigned long flags;	/* atomic flags, some possibly updated asynchronously */
-	struct wait_queue *wait;
+	wait_queue_head_t wait;
 	struct page **pprev_hash;
 	struct buffer_head * buffers;
 } mem_map_t;

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