Re: [f2fs-dev] [PATCH] f2fs: initialize both two copies of NAT and SIT area

2015-07-24 Thread He YunLei
Hi Jaegeuk On 2015/7/24 2:18, Jaegeuk Kim wrote: Hi Yunlei, On Thu, Jul 23, 2015 at 09:43:04AM +0800, Yunlei He wrote: In the process of formatting, we zero out only one copy of NAT and SIT area, but we use both of them when the filesystem is sucessfully mounted. So I change the code to

Re: [f2fs-dev] [PATCH] f2fs: initialize both two copies of NAT and SIT area

2015-07-24 Thread Jaegeuk Kim
Hi Yunlei, On Fri, Jul 24, 2015 at 05:55:58PM +0800, He YunLei wrote: Hi Jaegeuk On 2015/7/24 2:18, Jaegeuk Kim wrote: Hi Yunlei, On Thu, Jul 23, 2015 at 09:43:04AM +0800, Yunlei He wrote: In the process of formatting, we zero out only one copy of NAT and SIT area, but we use both of them

Re: [f2fs-dev] [PATCH] f2fs: initialize both two copies of NAT and SIT area

2015-07-23 Thread Jaegeuk Kim
Hi Yunlei, On Thu, Jul 23, 2015 at 09:43:04AM +0800, Yunlei He wrote: In the process of formatting, we zero out only one copy of NAT and SIT area, but we use both of them when the filesystem is sucessfully mounted. So I change the code to initialize both of two copies in mkfs. After mounted,

[f2fs-dev] [PATCH] f2fs: initialize both two copies of NAT and SIT area

2015-07-22 Thread Yunlei He
In the process of formatting, we zero out only one copy of NAT and SIT area, but we use both of them when the filesystem is sucessfully mounted. So I change the code to initialize both of two copies in mkfs. Signed-off-by: Yunlei He heyun...@huawei.com --- mkfs/f2fs_format.c | 6 +++--- 1 file