|
@@ -376,17 +376,6 @@ struct dlm_lock
|
|
|
lksb_kernel_allocated:1;
|
|
|
};
|
|
|
|
|
|
-
|
|
|
-#define DLM_LKSB_UNUSED1 0x01
|
|
|
-#define DLM_LKSB_PUT_LVB 0x02
|
|
|
-#define DLM_LKSB_GET_LVB 0x04
|
|
|
-#define DLM_LKSB_UNUSED2 0x08
|
|
|
-#define DLM_LKSB_UNUSED3 0x10
|
|
|
-#define DLM_LKSB_UNUSED4 0x20
|
|
|
-#define DLM_LKSB_UNUSED5 0x40
|
|
|
-#define DLM_LKSB_UNUSED6 0x80
|
|
|
-
|
|
|
-
|
|
|
enum dlm_lockres_list {
|
|
|
DLM_GRANTED_LIST = 0,
|
|
|
DLM_CONVERTING_LIST = 1,
|