diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmcommon.h')
-rw-r--r-- | fs/ocfs2/dlm/dlmcommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h index 04048bb1a1bd..e95ecb2aaf14 100644 --- a/fs/ocfs2/dlm/dlmcommon.h +++ b/fs/ocfs2/dlm/dlmcommon.h | |||
@@ -223,6 +223,7 @@ static inline void __dlm_set_joining_node(struct dlm_ctxt *dlm, | |||
223 | #define DLM_LOCK_RES_IN_PROGRESS 0x00000010 | 223 | #define DLM_LOCK_RES_IN_PROGRESS 0x00000010 |
224 | #define DLM_LOCK_RES_MIGRATING 0x00000020 | 224 | #define DLM_LOCK_RES_MIGRATING 0x00000020 |
225 | #define DLM_LOCK_RES_DROPPING_REF 0x00000040 | 225 | #define DLM_LOCK_RES_DROPPING_REF 0x00000040 |
226 | #define DLM_LOCK_RES_BLOCK_DIRTY 0x00001000 | ||
226 | 227 | ||
227 | /* max milliseconds to wait to sync up a network failure with a node death */ | 228 | /* max milliseconds to wait to sync up a network failure with a node death */ |
228 | #define DLM_NODE_DEATH_WAIT_MAX (5 * 1000) | 229 | #define DLM_NODE_DEATH_WAIT_MAX (5 * 1000) |