summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@google.com>2020-02-21 05:40:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-02-21 05:40:48 +0000
commit252c7e15d4bf221a1cfee5e8dbc05df70e739a49 (patch)
treeb4ea93b7dde3a783c348d4a4f2070905528654e0 /ext4_utils
parentc96804e1599d5be2152a2296a4bc86b5c75c04ec (diff)
parent2a78f66f76842c8225b2b0dbcc8b653d063c1e80 (diff)
downloadextras-252c7e15d4bf221a1cfee5e8dbc05df70e739a49.tar.gz
Merge "Add metadata_csum in ext4.h"
Diffstat (limited to 'ext4_utils')
-rw-r--r--ext4_utils/include/ext4_utils/ext4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/include/ext4_utils/ext4.h b/ext4_utils/include/ext4_utils/ext4.h
index add4cd4e..4bb1031f 100644
--- a/ext4_utils/include/ext4_utils/ext4.h
+++ b/ext4_utils/include/ext4_utils/ext4.h
@@ -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