From: Artem Bityutskiy Date: Fri, 5 Dec 2008 11:37:02 +0000 (+0200) Subject: UBI: handle write errors in WL worker X-Git-Tag: v2.6.29-rc1~534^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fa6f5bbc3a2ad833a3d4b798140602004f70f5a;p=pandora-kernel.git UBI: handle write errors in WL worker When a PEB is moved and a write error happens, UBI switches to R/O mode, which is wrong, because we just copy the data and may select a different PEB and re-try this. This patch fixes WL worker's behavior. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed