X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fmsdos_fs.h;h=0e09c005dda87d435ced705a25e852b7f5cca2de;hb=e3008dedff4bdc96a5f67224cd3d8d12237082a0;hp=fa253fa73aa328e2dd21a507b03debcc77fc4b47;hpb=c5ef1c42c51b1b5b4a401a6517bdda30933ddbaf;p=powerpc.git diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index fa253fa73a..0e09c005dd 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h @@ -205,7 +205,8 @@ struct fat_mount_options { numtail:1, /* Does first alias have a numeric '~1' type tail? */ atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */ flush:1, /* write things quickly */ - nocase:1; /* Does this need case conversion? 0=need case conversion*/ + nocase:1, /* Does this need case conversion? 0=need case conversion*/ + usefree:1; /* Use free_clusters for FAT32 */ }; #define FAT_HASH_BITS 8