UBIFS: simplify dbg_dump_budg calling conventions
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 29 Mar 2011 15:19:50 +0000 (18:19 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:53 +0000 (19:23 +0300)
commit8ff83089f8bcbd9a2e898b68f1a46487c8b6e38c
tree36b286946894a4b797d850cca67603cac89ec1f2
parentb137545c44fc0c80fb778abb0c582bda5601e8f8
UBIFS: simplify dbg_dump_budg calling conventions

The current 'dbg_dump_budg()' calling convention is that the
'c->space_lock' spinlock is held. However, none of the callers
actually use it from contects which have 'c->space_lock' locked,
so all callers have to explicitely lock and unlock the spinlock.
This is not very sensible convention. This patch changes it and
makes 'dbg_dump_budg()' lock the spinlock instead of imposing this
to the callers. This simplifies the code a little.

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