X-Git-Url: https://code.delx.au/refind/blobdiff_plain/41a682188697edfe57a5cda884f698687bdcce3a..8ac0889dff415fb5b7c8b69593081c6e6d5029e3:/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