提交 7b423653 编写于 作者: L Linus Torvalds
...@@ -812,7 +812,7 @@ int dlm_release_lockspace(void *lockspace, int force) ...@@ -812,7 +812,7 @@ int dlm_release_lockspace(void *lockspace, int force)
error = release_lockspace(ls, force); error = release_lockspace(ls, force);
if (!error) if (!error)
ls_count--; ls_count--;
else if (!ls_count) if (!ls_count)
threads_stop(); threads_stop();
mutex_unlock(&ls_lock); mutex_unlock(&ls_lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册