commit | 2fe2d408a4e231eb5d2342b7f3dbd155563aa755 | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@dilger.ca> | Tue Dec 03 20:02:12 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Dec 03 20:22:16 2013 -0500 |
tree | 656713c8cbbe2c6c6d01ed79498fb1865bada71f | |
parent | 17abb05f515d72c78667108a95c904ef65bcc6aa [diff] |
mmp: fix 64-bit handling of s_mmp_block Fix the checking of s_mmp_block in e2fsck_pass1() and ext2fs_mmp_read() to handle the high 32 bits of s_blocks_count. Remove redundant check of s_mmp_block in do_dump_mmp() right before ext2fs_mmp_read() is called. Also fix s_blocks_count_hi in check_backup_super_block(), since it cannot use the ext2fs_blocks_count() helper easily. Signed-off-by: Andreas Dilger <adilger@dilger.ca> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>