UBIFS: lessen amount of debugging check types
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 3 Jun 2011 05:53:35 +0000 (08:53 +0300)
committerArtem Bityutskiy <dedekind1@gmail.com>
Mon, 4 Jul 2011 07:54:28 +0000 (10:54 +0300)
commit8d7819b4af697eec45339cc24db7c3fe45fea0e7
tree2a32526fbf5a4cac8a3056352efcd6b69c4785b6
parent2b1844a8c934723134ee1ff313e51d0d281cdef1
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>
Documentation/filesystems/ubifs.txt
fs/ubifs/commit.c
fs/ubifs/debug.c
fs/ubifs/debug.h
fs/ubifs/lpt_commit.c
fs/ubifs/tnc_commit.c
This page took 0.026104 seconds and 5 git commands to generate.