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

fix for checksums on block groups

This commit is contained in:
Bo Brantén
2020-02-22 11:55:37 +01:00
parent b754066435
commit 8b1baf11a2

View File

@@ -1611,7 +1611,8 @@ repeat:
/* If we didn't allocate from within the initialized part of the inode /* If we didn't allocate from within the initialized part of the inode
* table then we need to initialize up to this inode. */ * table then we need to initialize up to this inode. */
if (EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_GDT_CSUM)) { if (EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_GDT_CSUM) ||
EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) {
__u32 free; __u32 free;