commit | 8d7819b4af697eec45339cc24db7c3fe45fea0e7 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Jun 03 08:53:35 2011 +0300 |
committer | Artem Bityutskiy <dedekind1@gmail.com> | Mon Jul 04 10:54:28 2011 +0300 |
tree | 2a32526fbf5a4cac8a3056352efcd6b69c4785b6 | |
parent | 2b1844a8c934723134ee1ff313e51d0d281cdef1 [diff] |
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 <Artem.Bityutskiy@nokia.com>