From: Artem Bityutskiy Date: Mon, 14 Mar 2011 16:17:40 +0000 (+0200) Subject: UBI: make self-checks dynamic X-Git-Tag: v2.6.39-rc1~422^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d124f5314913a21f7fa98b22ee457dab171edd;p=pandora-kernel.git UBI: make self-checks dynamic This patch adds a possibility to dynamically switch UBI self-checks on and off, instead of toggling them compile-time from the configuration menu. This is much more flexible, and consistent with UBIFS, and this also simplifies UBI Kconfig menu and the code. This patch introduces two levels of self-checks - general, which includes all self-checks which are relatively fast, and I/O, which includes write-verify checks and erase-verify checks, which are relatively slow and involve flash I/O. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed