Home
last modified time | relevance | path

Searched hist:de0975781a1a8bc92e07eb7681d10ef9bb5e6df9 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ubifs/
H A Drecovery.cde0975781a1a8bc92e07eb7681d10ef9bb5e6df9 Fri Mar 20 10:09:04 UTC 2009 Adrian Hunter <adrian.hunter@nokia.com> UBIFS: fix recovery bug

UBIFS did not recovery in a situation in which it could
have. The relevant function assumed there could not be
more nodes in an eraseblock after a corrupted node, but
in fact the last (NAND) page written might contain anything.
The correct approach is to check for empty space (0xFF bytes)
from then on.

Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>