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 a recovery procedure is evoked. > This patch adds a new flag CP_EXIST_FLAG to indicate whether is a > available CP, and do recovery only when this flag is set.
IMO, mkfs.f2fs should do the right thing to avoid this. If storage does not support discard, mkfs.f2fs can simply address the problem by writing one node block with zeros to prevent this. And, if you introduce a new flag, mkfs.f2fs should do the same thing, which means that mkfs.f2fs also needs to set the CP_EXIST_FLAG. So then, it could not fix the bug. How do you think? -- Jaegeuk Kim Samsung ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel