ocfs2: add uuid to ocfs2 thread name for problem analysis
[linux-2.6-block.git] / fs / ocfs2 / dlm / dlmrecovery.c
index 58eaa5c0d387051301a089f0d234d4b69bf18d51..9e4f862d20fe1749dc11f6d023793fccbed0069a 100644 (file)
@@ -205,7 +205,7 @@ int dlm_launch_recovery_thread(struct dlm_ctxt *dlm)
        mlog(0, "starting dlm recovery thread...\n");
 
        dlm->dlm_reco_thread_task = kthread_run(dlm_recovery_thread, dlm,
-                                               "dlm_reco_thread");
+                       "dlm_reco-%s", dlm->name);
        if (IS_ERR(dlm->dlm_reco_thread_task)) {
                mlog_errno(PTR_ERR(dlm->dlm_reco_thread_task));
                dlm->dlm_reco_thread_task = NULL;