aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dlm/dlmcommon.h')
-rw-r--r--fs/ocfs2/dlm/dlmcommon.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h
index 9e052445b0b5..78eccd0951e4 100644
--- a/fs/ocfs2/dlm/dlmcommon.h
+++ b/fs/ocfs2/dlm/dlmcommon.h
@@ -71,7 +71,8 @@ static inline int dlm_is_recovery_lock(const char *lock_name, int name_len)
71 return 0; 71 return 0;
72} 72}
73 73
74#define DLM_RECO_STATE_ACTIVE 0x0001 74#define DLM_RECO_STATE_ACTIVE 0x0001
75#define DLM_RECO_STATE_FINALIZE 0x0002
75 76
76struct dlm_recovery_ctxt 77struct dlm_recovery_ctxt
77{ 78{
@@ -633,7 +634,8 @@ struct dlm_finalize_reco
633{ 634{
634 u8 node_idx; 635 u8 node_idx;
635 u8 dead_node; 636 u8 dead_node;
636 __be16 pad1; 637 u8 flags;
638 u8 pad1;
637 __be32 pad2; 639 __be32 pad2;
638}; 640};
639 641