Chinaunix

标题: [JFFS2 Question] gc的过程中一段代码不解? [打印本页]

作者: hejianet    时间: 2012-10-25 14:47
标题: [JFFS2 Question] gc的过程中一段代码不解?
大家好,
我的硬件是nand flash
kernel2.6.16, jffs2+ubi
最近遇到很多性能问题,
查看源码有个地方不了解,希望熟悉的人告知
在gc的时候,jffs2_garbage_collect_deletion_dirent(), jffs2 要找一个比当前node还要过时的node(遍历整个flash),然后删除,并申请一个新的direntry替换,这是为什么? 我觉得,那个更过时的node,为什么不让他在那里呢?反正我以后某次gc到那个blk会发现这个过时的direntry的啊?

相关的注释
        /* On a medium where we can't actually mark nodes obsolete
           pernamently, such as NAND flash, we need to work out
           whether this deletion dirent is still needed to actively
           delete a 'real' dirent with the same name that's still
           somewhere else on the flash. */

        /* OK. The name really does match. There really is still an older node on
        the flash which our deletion dirent obsoletes. So we have to write out
        a new deletion dirent to replace it */

多谢!:wink:
作者: hejianet    时间: 2012-10-26 10:10
自问自答:
是不是nand 写顺序的问题?
【nand Flash中页的访问顺序】
在一个块内,对每一个页进行编程的话,必须是顺序的,而不能是随机的。比如,一个块中有128个页,那么你只能先对page0编程,再对page1编程,。。。。,而不能随机的,比如先对page3,再page1,page2.,page0,page4,.。。。




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2