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

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

diff -u --recursive --new-file v2.3.0/linux/include/linux/msdos_fs_sb.h linux/include/linux/msdos_fs_sb.h
@@ -43,7 +43,7 @@
 	unsigned long clusters;      /* number of clusters */
 	unsigned long root_cluster;  /* first cluster of the root directory */
 	unsigned long fsinfo_offset; /* FAT32 fsinfo offset from start of disk */
-	struct wait_queue *fat_wait;
+	wait_queue_head_t fat_wait;
 	int fat_lock;
 	int prev_free;               /* previously returned free cluster number */
 	int free_clusters;           /* -1 if undefined */

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