commit | 2279fd78fe875e612ff998fe658a2c18ee13c66b | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Jan 03 09:01:22 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jan 03 09:03:53 2013 -0500 |
tree | d5b057ee0b543e320e650ffc1cfcb2b028de9fcb | |
parent | 5d3a88fbe9e0291d7d5baa8391cbd78d9cc29767 [diff] |
resize2fs: fix 32-bit overflow when calculating the number of free blocks This caused the free blocks count in the superblock to be incorrect after resizing a 64-bit file system if the number of free blocks overflowed a 32-bit value. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>