Re: [PATCH] UBIFS: don't fail on -EBADMSG when fixing free space
From: Matthew L. Creech
Date: Wed May 18 2011 - 17:41:17 EST
On Wed, May 18, 2011 at 4:47 PM, Ben Gardiner
<bengardiner@xxxxxxxxxxxxxx> wrote:
> + /*
> + * Don't fail on -EBADMSG since these are precisely the error codes that
> + * are returned by ubi_red in the cases where free-space fix-ups are
> + * required.
> + */
Hi Ben,
Off-hand, I don't see how this comment can be true. It seems like
we'll have 2 cases:
1. The pages in question are actually erased, in which case they'll be
0xff-filled by ubi_read() without error, or
2. The pages were programmed with all 0xff data, in which case the ECC
info should be correct
There's a third possibility, that the ECC info is bad because there's
a real error, but that's not something we can reliably recover from.
Am I overlooking another scenario?
--
Matthew L. Creech
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/