diff options
Diffstat (limited to 'fs/ocfs2/stackglue.h')
-rw-r--r-- | fs/ocfs2/stackglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/stackglue.h b/fs/ocfs2/stackglue.h index cf8bac23ae09..77a7a9aeba73 100644 --- a/fs/ocfs2/stackglue.h +++ b/fs/ocfs2/stackglue.h | |||
@@ -233,7 +233,7 @@ struct ocfs2_stack_plugin { | |||
233 | /* These are managed by the stackglue code. */ | 233 | /* These are managed by the stackglue code. */ |
234 | struct list_head sp_list; | 234 | struct list_head sp_list; |
235 | unsigned int sp_count; | 235 | unsigned int sp_count; |
236 | struct ocfs2_locking_protocol *sp_proto; | 236 | struct ocfs2_protocol_version sp_max_proto; |
237 | }; | 237 | }; |
238 | 238 | ||
239 | 239 | ||