commit | 2696f2501c864e0e26e203023907a5441197c92b | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jan 07 16:38:13 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jan 07 16:38:13 2011 -0500 |
tree | 37eabdabef09911875d4893edb02c5255dbf6444 | |
parent | 9ac557a1df6905b9861f90d2738e61b25580b002 [diff] |
resize2fs: fix computation of the real end of the bitmap to be 64-bit real_end had been previously declared with a bogus type, which is why this was missed earlier. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>