]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - resize/resize2fs.c
resize2fs: fix computation of the real end of the bitmap to be 64-bit
authorTheodore Ts'o <tytso@mit.edu>
Fri, 7 Jan 2011 21:38:13 +0000 (16:38 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 7 Jan 2011 21:38:13 +0000 (16:38 -0500)
commit2696f2501c864e0e26e203023907a5441197c92b
tree37eabdabef09911875d4893edb02c5255dbf6444
parent9ac557a1df6905b9861f90d2738e61b25580b002
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>
resize/resize2fs.c