aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/recoverd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm/recoverd.c')
-rw-r--r--fs/dlm/recoverd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/dlm/recoverd.c b/fs/dlm/recoverd.c
index 362e3eff4dc9..4a1d6023fd9b 100644
--- a/fs/dlm/recoverd.c
+++ b/fs/dlm/recoverd.c
@@ -164,6 +164,13 @@ static int ls_recover(struct dlm_ls *ls, struct dlm_recover *rv)
164 */ 164 */
165 165
166 dlm_recover_rsbs(ls); 166 dlm_recover_rsbs(ls);
167 } else {
168 /*
169 * Other lockspace members may be going through the "neg" steps
170 * while also adding us to the lockspace, in which case they'll
171 * be looking for this status bit during dlm_recover_locks().
172 */
173 dlm_set_recover_status(ls, DLM_RS_LOCKS);
167 } 174 }
168 175
169 dlm_release_root_list(ls); 176 dlm_release_root_list(ls);