diff options
Diffstat (limited to 'include/linux/msdos_fs.h')
-rw-r--r-- | include/linux/msdos_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index 5161394c7894..3346c9c8f17a 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h | |||
@@ -201,7 +201,6 @@ struct fat_mount_options { | |||
201 | utf8:1, /* Use of UTF-8 character set (Default) */ | 201 | utf8:1, /* Use of UTF-8 character set (Default) */ |
202 | unicode_xlate:1, /* create escape sequences for unhandled Unicode */ | 202 | unicode_xlate:1, /* create escape sequences for unhandled Unicode */ |
203 | numtail:1, /* Does first alias have a numeric '~1' type tail? */ | 203 | numtail:1, /* Does first alias have a numeric '~1' type tail? */ |
204 | atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */ | ||
205 | flush:1, /* write things quickly */ | 204 | flush:1, /* write things quickly */ |
206 | nocase:1, /* Does this need case conversion? 0=need case conversion*/ | 205 | nocase:1, /* Does this need case conversion? 0=need case conversion*/ |
207 | usefree:1; /* Use free_clusters for FAT32 */ | 206 | usefree:1; /* Use free_clusters for FAT32 */ |