Re: [PATCH] f2fs: fix the size value in __check_sit_bitmap

2017-08-04 Thread Chao Yu
On 2017/8/4 17:07, Yunlong Song wrote: > The current size value is not correct and will miss bitmap check. > > Signed-off-by: Yunlong Song Reviewed-by: Chao Yu > --- > fs/f2fs/segment.c | 7 +-- > 1 file changed, 5 insertions(+), 2

Re: [PATCH] f2fs: fix the size value in __check_sit_bitmap

2017-08-04 Thread Chao Yu
On 2017/8/4 17:07, Yunlong Song wrote: > The current size value is not correct and will miss bitmap check. > > Signed-off-by: Yunlong Song Reviewed-by: Chao Yu > --- > fs/f2fs/segment.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/fs/f2fs/segment.c

[PATCH] f2fs: fix the size value in __check_sit_bitmap

2017-08-04 Thread Yunlong Song
The current size value is not correct and will miss bitmap check. Signed-off-by: Yunlong Song --- fs/f2fs/segment.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index f336f8c..45fb534 100644 ---

[PATCH] f2fs: fix the size value in __check_sit_bitmap

2017-08-04 Thread Yunlong Song
The current size value is not correct and will miss bitmap check. Signed-off-by: Yunlong Song --- fs/f2fs/segment.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index f336f8c..45fb534 100644 --- a/fs/f2fs/segment.c +++