From: Artem Bityutskiy Date: Fri, 3 Jun 2011 05:53:35 +0000 (+0300) Subject: UBIFS: lessen amount of debugging check types X-Git-Tag: v3.1-rc1~327^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7819b4af697eec45339cc24db7c3fe45fea0e7;p=pandora-kernel.git UBIFS: lessen amount of debugging check types We have too many different debugging checks - lessen the amount by merging all index-related checks into one. At the same time, move the "force in-the-gap" test to the "index checks" class, because it is too heavy for the "general" class. This patch merges TNC, Old index, and Index size check and calles this just "index checks". Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed