aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r--fs/fat/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index c517fc066cf7..413eaaf30ed5 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -75,6 +75,7 @@ struct msdos_sb_info {
75 unsigned long root_cluster; /* first cluster of the root directory */ 75 unsigned long root_cluster; /* first cluster of the root directory */
76 unsigned long fsinfo_sector; /* sector number of FAT32 fsinfo */ 76 unsigned long fsinfo_sector; /* sector number of FAT32 fsinfo */
77 struct mutex fat_lock; 77 struct mutex fat_lock;
78 struct mutex nfs_build_inode_lock;
78 struct mutex s_lock; 79 struct mutex s_lock;
79 unsigned int prev_free; /* previously allocated cluster number */ 80 unsigned int prev_free; /* previously allocated cluster number */
80 unsigned int free_clusters; /* -1 if undefined */ 81 unsigned int free_clusters; /* -1 if undefined */