commit | 5d38b3ac78e0e0e420fba134716fc3d20e6b978a | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Dec 30 17:58:42 2008 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Dec 31 14:13:25 2008 +0200 |
tree | 4a1496fd04e1d7d92b0ce1e1c3f29e443ca46c53 | |
parent | 80736d41f895bc472b2433a1c27fa6d4afe6ca35 [diff] |
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>