From: Brian Norris Date: Fri, 31 Aug 2012 22:01:19 +0000 (-0700) Subject: JFFS2: don't fail on bitflips in OOB X-Git-Tag: v3.7-rc1~70^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d83beaa229aac7d126ac1ed9414658ff1a89d2;p=pandora-kernel.git JFFS2: don't fail on bitflips in OOB JFFS2 was designed without thought for OOB bitflips, it seems, but they can occur and will be reported to JFFS2 via mtd_read_oob()[1]. We don't want to fail on these transactions, since the data was corrected. [1] Few drivers report bitflips for OOB-only transactions. With such drivers, this patch should have no effect. Signed-off-by: Brian Norris Cc: stable@vger.kernel.org Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed