UBIFS: make force in-the-gaps to be a general self-check
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 5 Apr 2011 10:52:20 +0000 (13:52 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:54 +0000 (19:23 +0300)
commitbc3f07f0906e867270fdc2006b0bbcb130a722c1
treee290a98b57187896c2e5cefabc55a578f155803c
parentf1bd66afb14c25095cf6ff499c1388db423acc9e
UBIFS: make force in-the-gaps to be a general self-check

UBIFS can force itself to use the 'in-the-gaps' commit method - the last resort
method which is normally invoced very very rarely. Currently this "force
int-the-gaps" debugging feature is a separate test mode. But it is a bit saner
to make it to be the "general" self-test check instead.

This patch is just a clean-up which should make the debugging code look a bit
nicer and easier to use - we have way too many debugging options.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Documentation/filesystems/ubifs.txt
fs/ubifs/debug.c
fs/ubifs/debug.h
fs/ubifs/tnc_commit.c