Commit 7b423653 authored by Linus Torvalds's avatar Linus Torvalds
parents 2d1595ad 278afcbf
......@@ -812,7 +812,7 @@ int dlm_release_lockspace(void *lockspace, int force)
error = release_lockspace(ls, force);
if (!error)
ls_count--;
else if (!ls_count)
if (!ls_count)
threads_stop();
mutex_unlock(&ls_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment