Whamcloud - gitweb
mke2fs: fix filesystem size calculation, if an offset is specified
authorMarcus Huewe <suse-tux@gmx.de>
Thu, 12 May 2016 19:25:14 +0000 (15:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 May 2016 19:25:14 +0000 (15:25 -0400)
commitdc01088db5f720f88db66a383bd066d3d5620fbe
treeacb17ebaef1077393d85246d386cc3e546572f72
parent093d9b4006e37505df7df8de58ed4301b0719278
mke2fs: fix filesystem size calculation, if an offset is specified

If a filesystem size is explicitly specified, it should be used without
subtracting the offset.

Signed-off-by: Marcus Huewe <suse-tux@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c