Re: [Yaffs] Saving checkpoint on remount read-only

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Vitaly Wool
Date:  
To: Mikhail Ryleev
CC: yaffs
Subject: Re: [Yaffs] Saving checkpoint on remount read-only
Hello Mikhail,

On 3/10/07, Mikhail Ryleev <> wrote:
> Hi, all
>
> The attached patch implements saving of yaffs checkpoint in case fs is
> remounted read-only. This allows the usage of checkpoint mechanizm even if,
> for some reason, the system can not cleanly unmount yaffs filesystem but can
> remount it read-only.
>
> It also fixes a problem with an implementation of yaffs_put_super that
> "puts" mtd device before saving yaffs checkpoint.


thanks, looks nice, but can you please split it in two patches: one
for read-only checkpointing and the other one to fix the calls order?

Thanks,
Vitaly