]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/dlmglue.c
ocfs2: add clustername to cluster connection
[~andy/linux] / fs / ocfs2 / dlmglue.c
index 3407b2c62b21bbf51981584f6645520048a2a57a..85852d62aa522a72664389369ca9cf92f788c53b 100644 (file)
@@ -2996,6 +2996,8 @@ int ocfs2_dlm_init(struct ocfs2_super *osb)
 
        /* for now, uuid == domain */
        status = ocfs2_cluster_connect(osb->osb_cluster_stack,
+                                      osb->osb_cluster_name,
+                                      strlen(osb->osb_cluster_name),
                                       osb->uuid_str,
                                       strlen(osb->uuid_str),
                                       &lproto, ocfs2_do_node_down, osb,