Whamcloud - gitweb
Miscellaneous mke2fs cleanup
authorAndreas Dilger <adilger@clusterfs.com>
Wed, 6 Jul 2005 17:58:15 +0000 (12:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 6 Jul 2005 17:58:15 +0000 (12:58 -0500)
commit2524785d5daf9457c01aa4d1a9ee1c9c20dfbfd9
tree4195108520888440390231022526522b4182a162
parentce911145ed0fdd1918ee0c80d407c3e778dc64ee
Miscellaneous mke2fs cleanup

Reorder some mke2fs arg parsing to be more alphabetical, and remove
use of atoi() (which doesn't report errors) in favour of strtoul().

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
misc/mke2fs.c