aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/stackglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/stackglue.h')
-rw-r--r--fs/ocfs2/stackglue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/stackglue.h b/fs/ocfs2/stackglue.h
index 77a7a9aeba73..b1981ba4c91f 100644
--- a/fs/ocfs2/stackglue.h
+++ b/fs/ocfs2/stackglue.h
@@ -241,6 +241,7 @@ struct ocfs2_stack_plugin {
241int ocfs2_cluster_connect(const char *stack_name, 241int ocfs2_cluster_connect(const char *stack_name,
242 const char *group, 242 const char *group,
243 int grouplen, 243 int grouplen,
244 struct ocfs2_locking_protocol *lproto,
244 void (*recovery_handler)(int node_num, 245 void (*recovery_handler)(int node_num,
245 void *recovery_data), 246 void *recovery_data),
246 void *recovery_data, 247 void *recovery_data,
@@ -270,7 +271,7 @@ int ocfs2_stack_supports_plocks(void);
270int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino, 271int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,
271 struct file *file, int cmd, struct file_lock *fl); 272 struct file *file, int cmd, struct file_lock *fl);
272 273
273void ocfs2_stack_glue_set_locking_protocol(struct ocfs2_locking_protocol *proto); 274void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_proto);
274 275
275 276
276/* Used by stack plugins */ 277/* Used by stack plugins */