]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ocfs2/dlm/dlmrecovery.c
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mv-sheeva.git] / fs / ocfs2 / dlm / dlmrecovery.c
index 344bcf90cbf4966af4821accc0e61183e6b4be56..b4f99de2caf3b5285ccb2d732d5a76f8ab4d5177 100644 (file)
@@ -310,7 +310,7 @@ static int dlm_recovery_thread(void *data)
        mlog(0, "dlm thread running for %s...\n", dlm->name);
 
        while (!kthread_should_stop()) {
-               if (dlm_joined(dlm)) {
+               if (dlm_domain_fully_joined(dlm)) {
                        status = dlm_do_recovery(dlm);
                        if (status == -EAGAIN) {
                                /* do not sleep, recheck immediately. */