diff options
Diffstat (limited to 'fs/ocfs2/dlmglue.c')
-rw-r--r-- | fs/ocfs2/dlmglue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c index f62a9e4fc315..394d25a131a5 100644 --- a/fs/ocfs2/dlmglue.c +++ b/fs/ocfs2/dlmglue.c | |||
@@ -2627,7 +2627,8 @@ int ocfs2_dlm_init(struct ocfs2_super *osb) | |||
2627 | } | 2627 | } |
2628 | 2628 | ||
2629 | /* for now, uuid == domain */ | 2629 | /* for now, uuid == domain */ |
2630 | status = ocfs2_cluster_connect(osb->uuid_str, | 2630 | status = ocfs2_cluster_connect(osb->osb_cluster_stack, |
2631 | osb->uuid_str, | ||
2631 | strlen(osb->uuid_str), | 2632 | strlen(osb->uuid_str), |
2632 | ocfs2_do_node_down, osb, | 2633 | ocfs2_do_node_down, osb, |
2633 | &conn); | 2634 | &conn); |