[PATCH v2 3/3] UBIFS: do not start the commit if there is nothing to commit

Artem Bityutskiy dedekind1 at gmail.com
Fri Jan 21 06:13:20 EST 2011


On Tue, 2011-01-18 at 13:29 +0100, John Ogness wrote:
> Hi,
> 
> With these patches, there is no longer an erase for _every_
> sync. However, there is still one erase that occurs when ubifs is
> mounted. The following script will cause an erase with each sync.
> 
> while true; do
>     mount -t ubifs ubi0_2 /tmp/mnt
>     sync
>     umount /tmp/mnt
> done

Hi, thanks, I need to look why there are still erases after mount.
Probably this is actually part of mounting, not part of the first sync.
But otherwise it sounds like you are satisfied, right? But I also have
to do power cut tests emulation before really pushing this forward.

-- 
Best Regards,
Artem Bityutskiy (Битюцкий Артём)




More information about the linux-mtd mailing list