|
@@ -2039,6 +2039,10 @@ kill:
|
|
"and killing the other node now! This node is OK and can continue.\n");
|
|
"and killing the other node now! This node is OK and can continue.\n");
|
|
__dlm_print_one_lock_resource(res);
|
|
__dlm_print_one_lock_resource(res);
|
|
spin_unlock(&res->spinlock);
|
|
spin_unlock(&res->spinlock);
|
|
|
|
+ spin_lock(&dlm->master_lock);
|
|
|
|
+ if (mle)
|
|
|
|
+ __dlm_put_mle(mle);
|
|
|
|
+ spin_unlock(&dlm->master_lock);
|
|
spin_unlock(&dlm->spinlock);
|
|
spin_unlock(&dlm->spinlock);
|
|
*ret_data = (void *)res;
|
|
*ret_data = (void *)res;
|
|
dlm_put(dlm);
|
|
dlm_put(dlm);
|