kernel_optimize_test/fs/ubifs
Artem Bityutskiy 3bb66b47a4 UBIFS: introduce list sorting debugging checks
The UBIFS bug in the GC list sorting comparison functions inspired
me to write internal debugging check functions which verify that
the list of nodes is sorted properly.

So, this patch implements 2 new debugging functions:
 o 'dbg_check_data_nodes_order()' - check order of data nodes list
 o 'dbg_check_nondata_nodes_order()' - check order of non-data nodes list

The debugging functions are executed only if general UBIFS debugging checks are
enabled. And they are compiled out if UBIFS debugging is disabled.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2010-08-30 10:19:09 +03:00
..
budget.c
commit.c
compress.c
debug.c UBIFS: introduce list sorting debugging checks 2010-08-30 10:19:09 +03:00
debug.h UBIFS: introduce list sorting debugging checks 2010-08-30 10:19:09 +03:00
dir.c
file.c
find.c
gc.c UBIFS: introduce list sorting debugging checks 2010-08-30 10:19:09 +03:00
io.c
ioctl.c
journal.c
Kconfig
key.h UBIFS: mark unused key objects as invalid 2010-08-30 10:19:08 +03:00
log.c
lprops.c
lpt_commit.c
lpt.c
Makefile
master.c
misc.h
orphan.c
recovery.c
replay.c
sb.c
scan.c UBIFS: mark unused key objects as invalid 2010-08-30 10:19:08 +03:00
shrinker.c
super.c
tnc_commit.c
tnc_misc.c
tnc.c UBIFS: mark unused key objects as invalid 2010-08-30 10:19:08 +03:00
ubifs-media.h
ubifs.h UBIFS: mark unused key objects as invalid 2010-08-30 10:19:08 +03:00
xattr.c