commit | 51764fb1040ab671beb0336cb7b9909830947552 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Apr 02 19:12:17 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Apr 02 19:12:17 2007 -0400 |
tree | e003af8f0343177b7fdc203765865902bccd9259 | |
parent | 52a079315b891fbbec4a2236c0c7dd94f725d407 [diff] |
resize2fs (libe2p): Fix resize2fs parsing of size parameter (in sector units) This was actually a bug in libe2p's parse_num_blocks() function. When handling the 's' suffix, it was ignoring the blocksize information passed in from the caller and always interpreting the number in terms of a 1k blocksize. Addresses Debian Bug: #408298 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>