X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Ffat%2Ffat.h;h=e6efdfa0f6db5d1dbff9fe9e1c24b65af52e0596;hb=eb6b6d7cdd5548fa03a919d14615195600013be2;hp=7db0979c6b72f0d16e19c77d6e73af5642992f83;hpb=bb592cf474404e51cbf3c419fb72fda83c4b7d72;p=mv-sheeva.git diff --git a/fs/fat/fat.h b/fs/fat/fat.h index 7db0979c6b7..e6efdfa0f6d 100644 --- a/fs/fat/fat.h +++ b/fs/fat/fat.h @@ -44,7 +44,8 @@ struct fat_mount_options { nocase:1, /* Does this need case conversion? 0=need case conversion*/ usefree:1, /* Use free_clusters for FAT32 */ tz_utc:1, /* Filesystem timestamps are in UTC */ - rodir:1; /* allow ATTR_RO for directory */ + rodir:1, /* allow ATTR_RO for directory */ + discard:1; /* Issue discard requests on deletions */ }; #define FAT_HASH_BITS 8