diff options
Diffstat (limited to 'fs/ocfs2/stackglue.h')
-rw-r--r-- | fs/ocfs2/stackglue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/stackglue.h b/fs/ocfs2/stackglue.h index ccb03991b514..22af77b9a690 100644 --- a/fs/ocfs2/stackglue.h +++ b/fs/ocfs2/stackglue.h | |||
@@ -74,6 +74,7 @@ int ocfs2_cluster_connect(const char *group, | |||
74 | void *recovery_data, | 74 | void *recovery_data, |
75 | struct ocfs2_cluster_connection **conn); | 75 | struct ocfs2_cluster_connection **conn); |
76 | int ocfs2_cluster_disconnect(struct ocfs2_cluster_connection *conn); | 76 | int ocfs2_cluster_disconnect(struct ocfs2_cluster_connection *conn); |
77 | void ocfs2_cluster_hangup(const char *group, int grouplen); | ||
77 | int ocfs2_cluster_this_node(unsigned int *node); | 78 | int ocfs2_cluster_this_node(unsigned int *node); |
78 | 79 | ||
79 | int ocfs2_dlm_lock(struct ocfs2_cluster_connection *conn, | 80 | int ocfs2_dlm_lock(struct ocfs2_cluster_connection *conn, |