]> err.no Git - linux-2.6/blobdiff - fs/ocfs2/dlmglue.c
Merge git://git.infradead.org/mtd-2.6
[linux-2.6] / fs / ocfs2 / dlmglue.c
index 4acd37286bdd7cb4b0807da5b338a9f6753ffb99..762eb1fbb34d87f67c7abcd6fe95e31a40590332 100644 (file)
@@ -2071,8 +2071,7 @@ int ocfs2_dlm_init(struct ocfs2_super *osb)
        }
 
        /* launch vote thread */
-       osb->vote_task = kthread_run(ocfs2_vote_thread, osb, "ocfs2vote-%d",
-                                    osb->osb_id);
+       osb->vote_task = kthread_run(ocfs2_vote_thread, osb, "ocfs2vote");
        if (IS_ERR(osb->vote_task)) {
                status = PTR_ERR(osb->vote_task);
                osb->vote_task = NULL;