Re: [f2fs-dev] [PATCH] f2fs: add a segment and section num check in sanity_check_raw_super

2015-12-28 Thread Jaegeuk Kim
Hi Yunlei, Could you send a v2 for this? Thanks, On Tue, Dec 29, 2015 at 08:58:24AM +0800, He YunLei wrote: > On 2015/12/29 7:10, Jaegeuk Kim wrote: > >Hi Yunlei, > > > >On Sat, Dec 26, 2015 at 10:55:45AM +0800, He YunLei wrote: > >>On 2015/12/26 10:46, Yunlei He wrote: > >>>This patch add a

Re: [f2fs-dev] [PATCH] f2fs: add a segment and section num check in sanity_check_raw_super

2015-12-28 Thread He YunLei
On 2015/12/29 7:10, Jaegeuk Kim wrote: > Hi Yunlei, > > On Sat, Dec 26, 2015 at 10:55:45AM +0800, He YunLei wrote: >> On 2015/12/26 10:46, Yunlei He wrote: >>> This patch add a mismatch check between segment and section in >>> sanity_check_raw_super. >>> >>> Signed-off-by: Yunlei He

[f2fs-dev] [PATCH] f2fs: add a segment and section num check in sanity_check_raw_super

2015-12-25 Thread Yunlei He
This patch add a mismatch check between segment and section in sanity_check_raw_super. Signed-off-by: Yunlei He --- fs/f2fs/super.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index c3070c1..b51a690 100644 ---