Re: [PATCH 3/4] f2fs: remain nat cache entries for further free nid allocation

2013-03-25 Thread Namjae Jeon
2013/3/25, Jaegeuk Kim : > In the checkpoint flow, the f2fs investigates the total nat cache entries. > Previously, if an entry has NULL_ADDR, f2fs drops the entry and adds the > obsolete nid to the free nid list. > However, this free nid will be reused sooner, resulting in its nat entry > miss. >

[PATCH 3/4] f2fs: remain nat cache entries for further free nid allocation

2013-03-24 Thread Jaegeuk Kim
In the checkpoint flow, the f2fs investigates the total nat cache entries. Previously, if an entry has NULL_ADDR, f2fs drops the entry and adds the obsolete nid to the free nid list. However, this free nid will be reused sooner, resulting in its nat entry miss. In order to avoid this, we don't need