From 624394aa5eeccc142a52cb8a54d76d32108de81c Mon Sep 17 00:00:00 2001 From: James Hogan Date: Mon, 29 Apr 2013 15:06:06 -0700 Subject: [PATCH] --- yaml --- r: 365339 b: refs/heads/master c: 2c2fea11957c8c45bf873d9bcd7cd9a342654e79 h: refs/heads/master i: 365337: 1f9459155c3170f684e22044b0e39e46ef7b0899 365335: 87a29203a68769c450709d3e3b194ac57900f1cd v: v3 --- [refs] | 2 +- trunk/include/linux/debug_locks.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8021b2414d56..39a8c67e7461 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7cfa74d1018f871e82da1a36992369df5ddda6fa +refs/heads/master: 2c2fea11957c8c45bf873d9bcd7cd9a342654e79 diff --git a/trunk/include/linux/debug_locks.h b/trunk/include/linux/debug_locks.h index 3bd46f766751..21ca773f77bf 100644 --- a/trunk/include/linux/debug_locks.h +++ b/trunk/include/linux/debug_locks.h @@ -27,7 +27,7 @@ extern int debug_locks_off(void); \ if (!oops_in_progress && unlikely(c)) { \ if (debug_locks_off() && !debug_locks_silent) \ - WARN_ON(1); \ + WARN(1, "DEBUG_LOCKS_WARN_ON(%s)", #c); \ __ret = 1; \ } \ __ret; \