Re: [f2fs-dev] [PATCH 1/1] No need to do recovery if there is no available CP

2013-11-04 Thread Huajun Li
Hi Jaegeuk, On Mon, Nov 4, 2013 at 9:24 AM, Jaegeuk Kim jaegeuk@samsung.com wrote: 2013-11-03 (일), 23:08 +0800, Huajun Li: From: Huajun Li huajun...@intel.com Normally we expect an empty partition after formatting by mkfs.f2fs. But in this case, when we format a dirty partition and mount

Re: [f2fs-dev] [PATCH 1/1] No need to do recovery if there is no available CP

2013-11-04 Thread Jaegeuk Kim
Hi Huajun, 2013-11-04 (월), 23:40 +0800, Huajun Li: Hi Jaegeuk, On Mon, Nov 4, 2013 at 9:24 AM, Jaegeuk Kim jaegeuk@samsung.com wrote: 2013-11-03 (일), 23:08 +0800, Huajun Li: From: Huajun Li huajun...@intel.com Normally we expect an empty partition after formatting by mkfs.f2fs.

[f2fs-dev] [PATCH 1/1] No need to do recovery if there is no available CP

2013-11-03 Thread Huajun Li
From: Huajun Li huajun...@intel.com Normally we expect an empty partition after formatting by mkfs.f2fs. But in this case, when we format a dirty partition and mount it again. The former file will be recovered and available again! and kernel log shows a recovery procedure is evoked. This patch

Re: [f2fs-dev] [PATCH 1/1] No need to do recovery if there is no available CP

2013-11-03 Thread Jaegeuk Kim
2013-11-03 (일), 23:08 +0800, Huajun Li: From: Huajun Li huajun...@intel.com Normally we expect an empty partition after formatting by mkfs.f2fs. But in this case, when we format a dirty partition and mount it again. The former file will be recovered and available again! and kernel log shows