Whamcloud - gitweb
libext2fs: fix offset code in undo_write_tdb
[tools/e2fsprogs.git] / lib / ext2fs / tst_super_size.c
index 9b25cce..0adac41 100644 (file)
@@ -141,7 +141,8 @@ int main(int argc, char **argv)
        check_field(s_encrypt_pw_salt, 16);
        check_field(s_lpf_ino, 4);
        check_field(s_prj_quota_inum, 4);
-       check_field(s_reserved, 99 * 4);
+       check_field(s_checksum_seed, 4);
+       check_field(s_reserved, 98 * 4);
        check_field(s_checksum, 4);
        do_field("Superblock end", 0, 0, cur_offset, 1024);
 #endif