… | |
… | |
174 | /* valid file mode bits */ |
174 | /* valid file mode bits */ |
175 | @@ -206,6 +207,7 @@ struct fat_mount_options { |
175 | @@ -206,6 +207,7 @@ struct fat_mount_options { |
176 | atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */ |
176 | atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */ |
177 | flush:1, /* write things quickly */ |
177 | flush:1, /* write things quickly */ |
178 | nocase:1, /* Does this need case conversion? 0=need case conversion*/ |
178 | nocase:1, /* Does this need case conversion? 0=need case conversion*/ |
179 | + epoc:1; /* Filename starting with 0x00 marks end of dir? */ |
179 | + epoc:1, /* Filename starting with 0x00 marks end of dir? */ |
180 | usefree:1; /* Use free_clusters for FAT32 */ |
180 | usefree:1; /* Use free_clusters for FAT32 */ |
181 | }; |
181 | }; |
182 | |
182 | |