fsck.f2fs: calculate the total size correctly
authorJunling Zheng <zhengjunling@huawei.com>
Sat, 27 Feb 2016 02:43:08 +0000 (10:43 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 29 Feb 2016 17:20:54 +0000 (09:20 -0800)
commitbc6f686893f2b14a0d182fdb3b2165ac9720f0a2
tree8b80ee9a5f4dd46bb9563640e66d8ffaba3866d3
parent22778016fb2dbccd7388e6075e11d65452caf2bf
fsck.f2fs: calculate the total size correctly

Correctly calculate the total FS size in init_sb_info(), for sector
size may not be 512 bytes.

Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/mount.c