commit | 9b27e9cc320dd7da24356561b3b12c66f2540432 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Dec 22 18:22:40 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 22 18:22:40 2010 -0500 |
tree | 4f30f92ab5132d1ead78c1d4da84014ce13736b7 | |
parent | 5182ad4c2165fa807fa0a3034aaab589d6c1d577 [diff] |
mke2fs: take the device size into account when determining the size type If the file system size was not specified on the command line, we were always using the usage type "floppy" since we didn't determine the device size until after calling parse_fs_types(). Doh! Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>