ext2: enable the checksum_seed feature
Change-Id: I5a34ae9247220f3c40441623bef2b3806b56d934 Reviewed-on: https://review.haiku-os.org/c/haiku/+/9312 Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
@@ -398,7 +398,8 @@ Volume::_UnsupportedIncompatibleFeatures(ext2_super_block& superBlock)
|
||||
| EXT2_INCOMPATIBLE_FEATURE_JOURNAL
|
||||
| EXT2_INCOMPATIBLE_FEATURE_EXTENTS
|
||||
| EXT2_INCOMPATIBLE_FEATURE_FLEX_GROUP
|
||||
| EXT2_INCOMPATIBLE_FEATURE_64BIT;
|
||||
| EXT2_INCOMPATIBLE_FEATURE_64BIT
|
||||
| EXT2_INCOMPATIBLE_FEATURE_CSUM_SEED;
|
||||
/*| EXT2_INCOMPATIBLE_FEATURE_META_GROUP*/;
|
||||
uint32 unsupported = superBlock.IncompatibleFeatures()
|
||||
& ~supportedIncompatible;
|
||||
|
||||
Reference in New Issue
Block a user