f2fs: fix the size value in __check_sit_bitmap
authorYunlong Song <yunlong.song@huawei.com>
Fri, 4 Aug 2017 09:07:15 +0000 (17:07 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 15 Aug 2017 17:40:10 +0000 (10:40 -0700)
commit008396e1b026b3873091b555b808155da7d9d18f
tree5ac002d856af919e83c9d2b0d0e46b54208bf002
parentb0af6d491a6b5f5622fa91ac75f34f3640f862c4
f2fs: fix the size value in __check_sit_bitmap

The current size value is not correct and will miss bitmap check.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.c