[PATCH 0/3] LEB fixup on first mount
Matthew L. Creech
mlcreech at gmail.com
Tue May 3 18:54:51 EDT 2011
Hi,
The following changes add a superblock option to UBIFS indicating that
it needs to be scanned for LEBs with empty pages the first time it's
mounted. This is needed because images programmed using "nandwrite"
may contain empty pages, which UBIFS intends to be erased but which
may be programmed as real data. This causes problems on some NAND
flashes, as described here:
http://www.linux-mtd.infradead.org/faq/ubifs.html#L_why_ubiformat
When this flag is set, the FS is scanned for any in-use LEBs with one
or more free pages, and these LEBs are remapped (which erases the
blank pages).
--
Matthew L. Creech
More information about the linux-mtd
mailing list