Re: [Yaffs] Is yaffs_DeleteChunk suitable for yaffs_SoftDele…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Charles Manning
日付:  
To: yaffs
CC: fs p
題目: Re: [Yaffs] Is yaffs_DeleteChunk suitable for yaffs_SoftDeleteWorker
On Monday 15 December 2008 20:58:15 fs p wrote:
> Hi:
>
> yaffs_SoftDeleteChunk replaced by yaffs_DeleteChunk in
> yaffs_SoftDeleteWorker , for reduce the gc workload , is there some
> overhead?


I am in the process of doing away with SoftDelete in yaffs2 mode of operation
for the very same reason.

The SoftDelete mechanism is valuable in the yaffs1 mode of operation because
yaffs1 uses a programming operation to set the deletion marker. Soft deleting
does not set deletion markers and therefore saves some overhead(that's why it
was introduced).

-- Charles