summaryrefslogtreecommitdiffstats
path: root/fs/debugfs
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-01-11 14:13:27 +0100
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-01-11 17:44:53 +0100
commit1f5d78dc4823a85f112aaa2d0f17624f8c2a6c52 (patch)
treef6eeebf68d44bacf5aabc1d1c04b517deb3be495 /fs/debugfs
parentUBI: fix debugging messages (diff)
downloadlinux-1f5d78dc4823a85f112aaa2d0f17624f8c2a6c52.tar.xz
linux-1f5d78dc4823a85f112aaa2d0f17624f8c2a6c52.zip
UBIFS: make debugging messages light again
We switch to dynamic debugging in commit 56e46742e846e4de167dde0e1e1071ace1c882a5 but did not take into account that now we do not control anymore whether a specific message is enabled or not. So now we lock the "dbg_lock" and release it in every debugging macro, which make them not so light-weight. This commit removes the "dbg_lock" protection from the debugging macros to fix the issue. The downside is that now our DBGKEY() stuff is broken, but this is not critical at all and will be fixed later. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Cc: stable@kernel.org [3.0+]
Diffstat (limited to 'fs/debugfs')
0 files changed, 0 insertions, 0 deletions