Whamcloud - gitweb
mke2fs: take the device size into account when determining the size type
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 Dec 2010 23:22:40 +0000 (18:22 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Dec 2010 23:22:40 +0000 (18:22 -0500)
commit9b27e9cc320dd7da24356561b3b12c66f2540432
tree4f30f92ab5132d1ead78c1d4da84014ce13736b7
parent5182ad4c2165fa807fa0a3034aaab589d6c1d577
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>
misc/mke2fs.c