Whamcloud - gitweb
Reserve the codepoints for the new INCOMPAT feature ENCRYPT
[tools/e2fsprogs.git] / lib / ext2fs / tst_super_size.c
index b085bbb..f6c74f7 100644 (file)
@@ -136,7 +136,8 @@ int main(int argc, char **argv)
        check_field(s_grp_quota_inum, 4);
        check_field(s_overhead_blocks, 4);
        check_field(s_backup_bgs, 8);
-       check_field(s_reserved, 106 * 4);
+       check_field(s_encrypt_algos, 4);
+       check_field(s_reserved, 105 * 4);
        check_field(s_checksum, 4);
        do_field("Superblock end", 0, 0, cur_offset, 1024);
 #endif