diff options
Diffstat (limited to 'include/linux/msdos_fs.h')
-rw-r--r-- | include/linux/msdos_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index 81fb9bc53220..0bca157ddca5 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h | |||
@@ -233,6 +233,7 @@ struct msdos_sb_info { | |||
233 | struct mutex fat_lock; | 233 | struct mutex fat_lock; |
234 | unsigned int prev_free; /* previously allocated cluster number */ | 234 | unsigned int prev_free; /* previously allocated cluster number */ |
235 | unsigned int free_clusters; /* -1 if undefined */ | 235 | unsigned int free_clusters; /* -1 if undefined */ |
236 | unsigned int free_clus_valid; /* is free_clusters valid? */ | ||
236 | struct fat_mount_options options; | 237 | struct fat_mount_options options; |
237 | struct nls_table *nls_disk; /* Codepage used on disk */ | 238 | struct nls_table *nls_disk; /* Codepage used on disk */ |
238 | struct nls_table *nls_io; /* Charset used for input and display */ | 239 | struct nls_table *nls_io; /* Charset used for input and display */ |