diff options
Diffstat (limited to 'fs/ocfs2/stackglue.h')
-rw-r--r-- | fs/ocfs2/stackglue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/stackglue.h b/fs/ocfs2/stackglue.h index c96c8bb76863..d88bc655644b 100644 --- a/fs/ocfs2/stackglue.h +++ b/fs/ocfs2/stackglue.h | |||
@@ -209,7 +209,8 @@ struct ocfs2_stack_plugin { | |||
209 | 209 | ||
210 | 210 | ||
211 | /* Used by the filesystem */ | 211 | /* Used by the filesystem */ |
212 | int ocfs2_cluster_connect(const char *group, | 212 | int ocfs2_cluster_connect(const char *stack_name, |
213 | const char *group, | ||
213 | int grouplen, | 214 | int grouplen, |
214 | void (*recovery_handler)(int node_num, | 215 | void (*recovery_handler)(int node_num, |
215 | void *recovery_data), | 216 | void *recovery_data), |