|
@@ -2203,7 +2203,7 @@ cache_hit:
|
|
* Important for check_no_collision().
|
|
* Important for check_no_collision().
|
|
*/
|
|
*/
|
|
if (unlikely(nr_chain_hlocks > MAX_LOCKDEP_CHAIN_HLOCKS)) {
|
|
if (unlikely(nr_chain_hlocks > MAX_LOCKDEP_CHAIN_HLOCKS)) {
|
|
- if (debug_locks_off_graph_unlock())
|
|
|
|
|
|
+ if (!debug_locks_off_graph_unlock())
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
print_lockdep_off("BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!");
|
|
print_lockdep_off("BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!");
|