Re: [Yaffs] Is yaffs_DeleteChunk suitable for yaffs_SoftDele…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
CC: fs p
Subject: 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