mkfs.f2fs: fix bad assignment of total_sectors for f2fs_configuration
authorKinglong Mee <kinglongmee@gmail.com>
Tue, 24 Jan 2017 02:42:53 +0000 (10:42 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 3 Feb 2017 18:29:44 +0000 (10:29 -0800)
commitad1bb005b90fc59b03ac491df866ccc8039fc180
tree0399513f0277e4724df61096b3859221f220eddf
parentb4436b086e929c7f9d3caa029e40a961fc59e239
mkfs.f2fs: fix bad assignment of total_sectors for f2fs_configuration

wanted_total_sectors is introduced instead total_sectors,
so that, the initialize is a fault, drop it.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
mkfs/f2fs_format_main.c