UBIFS: rearrange the budget dump
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 30 Mar 2011 10:18:58 +0000 (13:18 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:53 +0000 (19:23 +0300)
commit8c3067e445fb25119761356c88abc39dacfb9524
tree832aafb6b5c0d5d621d014ee346c99c3c8eb9efd
parent8ff83089f8bcbd9a2e898b68f1a46487c8b6e38c
UBIFS: rearrange the budget dump

Re-arrange the budget dump and make sure we first dump all
the 'struct ubifs_budg_info' fields, and then the other information.
Additionally, print the 'uncommitted_idx' variable.

This change is required for to the following dumping function
enhancement where it will be possible to dump saved
'struct ubifs_budg_info' objects, not only the current one.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/debug.c