Jakob Unterwurzacher 3e367b29b0 config: Introduce ext4-style feature flags
// List of feature flags this filesystem has enabled.
// If gocryptfs encounters a feature flag it does not support, it will refuse
// mounting. This mechanism is analogous to the ext4 feature flags that are
// stored in the superblock.
FeatureFlags []string
2015-11-03 21:05:47 +01:00
..
2015-11-03 00:00:13 +01:00
2015-11-03 00:06:04 +01:00
2015-11-02 23:10:11 +01:00
2015-10-04 14:49:47 +02:00
2015-10-07 22:59:36 +02:00