]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
UBIFS: print debugging messages properly
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 30 Dec 2008 15:58:42 +0000 (17:58 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 31 Dec 2008 12:13:25 +0000 (14:13 +0200)
commit5d38b3ac78e0e0e420fba134716fc3d20e6b978a
tree4a1496fd04e1d7d92b0ce1e1c3f29e443ca46c53
parent80736d41f895bc472b2433a1c27fa6d4afe6ca35
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 <Artem.Bityutskiy@nokia.com>
fs/ubifs/debug.c