OSDN Git Service

Add metadata_csum in ext4.h
authorJaegeuk Kim <jaegeuk@google.com>
Wed, 12 Feb 2020 19:51:26 +0000 (11:51 -0800)
committerJaegeuk Kim <jaegeuk@google.com>
Wed, 12 Feb 2020 19:51:26 +0000 (11:51 -0800)
It needs to add feature definition.

Bug: 149039306
Change-Id: I0b32ecb43cf9ef250a2a86650dca53e749006c15
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
ext4_utils/include/ext4_utils/ext4.h

index add4cd4..4bb1031 100644 (file)
@@ -496,6 +496,7 @@ struct ext4_super_block {
 #define EXT4_FEATURE_RO_COMPAT_HAS_SNAPSHOT 0x0080
 #define EXT4_FEATURE_RO_COMPAT_QUOTA 0x0100
 #define EXT4_FEATURE_RO_COMPAT_BIGALLOC 0x0200
+#define EXT4_FEATURE_RO_COMPAT_METADATA_CSUM 0x0400
 #define EXT4_FEATURE_RO_COMPAT_SHARED_BLOCKS 0x4000
 #define EXT4_FEATURE_RO_COMPAT_VERITY 0x8000