1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 13:18:30 -05:00

Revert "updated EXT4_FEATURE_RO_COMPAT_SUPP"

This reverts commit 9a9a08c234.

This was an incorrect addition. EXT4_FEATURE_RO_COMPAT_SUPP should
not be updated with features not implemented by the driver.
This commit is contained in:
Bo Branten
2024-09-07 18:58:01 +02:00
parent 7323b87213
commit 68e7bd8949

View File

@@ -1732,12 +1732,7 @@ EXT4_FEATURE_INCOMPAT_FUNCS(encrypt, ENCRYPT)
EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE | \
EXT4_FEATURE_RO_COMPAT_BTREE_DIR |\
EXT4_FEATURE_RO_COMPAT_HUGE_FILE |\
EXT4_FEATURE_RO_COMPAT_BIGALLOC |\
EXT4_FEATURE_RO_COMPAT_METADATA_CSUM |\
EXT4_FEATURE_RO_COMPAT_QUOTA |\
EXT4_FEATURE_RO_COMPAT_PROJECT |\
EXT4_FEATURE_RO_COMPAT_VERITY |\
EXT4_FEATURE_RO_COMPAT_ORPHAN_PRESENT)
EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)
#define EXTN_FEATURE_FUNCS(ver) \
static inline bool ext4_has_unknown_ext##ver##_compat_features(struct super_block *sb) \