X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e562783225622cbbcd3c527c6582ae5432eaf185..b04a842814ccc991ed93a52acbd7ac27768be686:/filesystems/fsw_ext4_disk.h diff --git a/filesystems/fsw_ext4_disk.h b/filesystems/fsw_ext4_disk.h index f268903..2bf3a4e 100644 --- a/filesystems/fsw_ext4_disk.h +++ b/filesystems/fsw_ext4_disk.h @@ -384,6 +384,7 @@ struct ext4_super_block { /* * Feature set definitions (only the once we need for read support) */ +#define EXT4_FEATURE_RO_COMPAT_SPARSE_SUPER 0x0001 #define EXT4_FEATURE_INCOMPAT_COMPRESSION 0x0001 #define EXT4_FEATURE_INCOMPAT_FILETYPE 0x0002