f2fs: fix the size value in __check_sit_bitmap
authorYunlong Song <[email protected]>
Fri, 4 Aug 2017 09:07:15 +0000 (17:07 +0800)
committerJaegeuk Kim <[email protected]>
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 <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
fs/f2fs/segment.c