diff options
Diffstat (limited to 'kernel/fs/ocfs2/stackglue.h')
-rw-r--r-- | kernel/fs/ocfs2/stackglue.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/fs/ocfs2/stackglue.h b/kernel/fs/ocfs2/stackglue.h index 66334a30c..e1b309319 100644 --- a/kernel/fs/ocfs2/stackglue.h +++ b/kernel/fs/ocfs2/stackglue.h @@ -298,4 +298,7 @@ void ocfs2_stack_glue_set_max_proto_version(struct ocfs2_protocol_version *max_p int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin); void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin); +/* In ocfs2_downconvert_lock(), we need to know which stack we are using */ +int ocfs2_is_o2cb_active(void); + #endif /* STACKGLUE_H */ |