mkfs.f2fs: fix wrong end blkaddr
authorLiu Xue <liuxueliu.liu@huawei.com>
Tue, 10 Oct 2017 12:49:35 +0000 (20:49 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 26 Oct 2017 10:25:27 +0000 (12:25 +0200)
commitb449febe90e141bf44ccc8cc9f82daaedfb85fa9
treeb1da5ec17dce6c8665e42955f798e619c9adb667
parentc6d5ec2faa70bb0d5faf7ee502ef6f3fc4d3acaa
mkfs.f2fs: fix wrong end blkaddr

The end blkaddr should use main blkaddr and add main area segments.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
mkfs/f2fs_format.c