|
@@ -104,7 +104,7 @@ static int __check_holder(struct block_lock *lock)
|
|
|
|
|
|
for (i = 0; i < MAX_HOLDERS; i++) {
|
|
for (i = 0; i < MAX_HOLDERS; i++) {
|
|
if (lock->holders[i] == current) {
|
|
if (lock->holders[i] == current) {
|
|
- DMERR("recursive lock detected in pool metadata");
|
|
|
|
|
|
+ DMERR("recursive lock detected in metadata");
|
|
#ifdef CONFIG_DM_DEBUG_BLOCK_STACK_TRACING
|
|
#ifdef CONFIG_DM_DEBUG_BLOCK_STACK_TRACING
|
|
DMERR("previously held here:");
|
|
DMERR("previously held here:");
|
|
print_stack_trace(lock->traces + i, 4);
|
|
print_stack_trace(lock->traces + i, 4);
|