patch-2.3.16 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.15/linux/include/linux/msdos_fs_sb.h linux/include/linux/msdos_fs_sb.h
@@ -44,7 +44,7 @@
 	unsigned long root_cluster;  /* first cluster of the root directory */
 	unsigned long fsinfo_offset; /* FAT32 fsinfo offset from start of disk */
 	wait_queue_head_t fat_wait;
-	int fat_lock;
+	struct semaphore fat_lock;
 	int prev_free;               /* previously returned free cluster number */
 	int free_clusters;           /* -1 if undefined */
 	struct fat_mount_options options;

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