From: Artem Bityutskiy Date: Fri, 5 Dec 2008 11:37:02 +0000 (+0200) Subject: UBI: handle write errors in WL worker X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9495234b0d00810def6b9c4dc463a3cc9677fc2;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