From 68e7bd8949b9ee4298b4b0d71edb32586d68abea Mon Sep 17 00:00:00 2001 From: Bo Branten Date: Sat, 7 Sep 2024 18:58:01 +0200 Subject: [PATCH] Revert "updated EXT4_FEATURE_RO_COMPAT_SUPP" This reverts commit 9a9a08c2347a06f00a42efc8d49fd7ef1e76f1f4. This was an incorrect addition. EXT4_FEATURE_RO_COMPAT_SUPP should not be updated with features not implemented by the driver. --- Ext4Fsd/include/linux/ext4.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Ext4Fsd/include/linux/ext4.h b/Ext4Fsd/include/linux/ext4.h index 8793fe7..1602b55 100644 --- a/Ext4Fsd/include/linux/ext4.h +++ b/Ext4Fsd/include/linux/ext4.h @@ -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) \