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