Loading fs/dlm/lockspace.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
fs/dlm/lockspace.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading