From: Artem Bityutskiy Date: Tue, 29 Mar 2011 15:19:50 +0000 (+0300) Subject: UBIFS: simplify dbg_dump_budg calling conventions X-Git-Tag: v3.0-rc1~317^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff83089f8bcbd9a2e898b68f1a46487c8b6e38c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed