GFS2: dlm based recovery coordination
[deliverable/linux.git] / fs / gfs2 / glock.c
index 88e8a23d0026375c52bf6fd3b69bfd2a87fca598..376816fcd04084f0cad9ad522aab51d8ce0ff7f1 100644 (file)
@@ -1353,7 +1353,7 @@ void gfs2_glock_complete(struct gfs2_glock *gl, int ret)
        spin_lock(&gl->gl_spin);
        gl->gl_reply = ret;
 
-       if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_flags))) {
+       if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) {
                if (gfs2_should_freeze(gl)) {
                        set_bit(GLF_FROZEN, &gl->gl_flags);
                        spin_unlock(&gl->gl_spin);
This page took 0.023907 seconds and 5 git commands to generate.