aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dlm')
-rw-r--r--fs/ocfs2/dlm/dlmdomain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c
index 33660a4a52fa..1307a8cff8db 100644
--- a/fs/ocfs2/dlm/dlmdomain.c
+++ b/fs/ocfs2/dlm/dlmdomain.c
@@ -1877,19 +1877,19 @@ static int dlm_join_domain(struct dlm_ctxt *dlm)
1877 goto bail; 1877 goto bail;
1878 } 1878 }
1879 1879
1880 status = dlm_debug_init(dlm); 1880 status = dlm_launch_thread(dlm);
1881 if (status < 0) { 1881 if (status < 0) {
1882 mlog_errno(status); 1882 mlog_errno(status);
1883 goto bail; 1883 goto bail;
1884 } 1884 }
1885 1885
1886 status = dlm_launch_thread(dlm); 1886 status = dlm_launch_recovery_thread(dlm);
1887 if (status < 0) { 1887 if (status < 0) {
1888 mlog_errno(status); 1888 mlog_errno(status);
1889 goto bail; 1889 goto bail;
1890 } 1890 }
1891 1891
1892 status = dlm_launch_recovery_thread(dlm); 1892 status = dlm_debug_init(dlm);
1893 if (status < 0) { 1893 if (status < 0) {
1894 mlog_errno(status); 1894 mlog_errno(status);
1895 goto bail; 1895 goto bail;