From: Artem Bityutskiy Date: Tue, 30 Dec 2008 15:58:42 +0000 (+0200) Subject: UBIFS: print debugging messages properly X-Git-Tag: v2.6.29-rc1~533^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d38b3ac78e0e0e420fba134716fc3d20e6b978a;p=pandora-kernel.git UBIFS: print debugging messages properly We cannot use ubifs_err() macro with DBGKEY() and DBGKEY1(), because this is racy and holding dbg_lock is needed. Use dbg_err() instead, which does have the lock held. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed