Whamcloud - gitweb
Add new function in e2p for parsing the number of blocks on the command line
authorTheodore Ts'o <tytso@mit.edu>
Wed, 5 Jan 2005 08:01:06 +0000 (03:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Jan 2005 08:01:06 +0000 (03:01 -0500)
commit55f4cbd96e0029f0ff67c4913192d87bf52fd149
tree5bdd5d25b266754c464f1e485fc991c933e5dda5
parentf90c9919b488d08bb59363a94fd1a0d57d61775f
Add new function in e2p for parsing the number of blocks on the command line
for mke2fs and resize2fs, and use this function so that filesystem size
inputs to e2fsprogs command line programs are parsed consistently.
lib/e2p/ChangeLog
lib/e2p/Makefile.in
lib/e2p/e2p.h
lib/e2p/parse_num.c [new file with mode: 0644]
misc/ChangeLog
misc/mke2fs.c
resize/ChangeLog
resize/Makefile.in
resize/main.c