diff options
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 99a4d76694ed..e84f4733cb55 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -322,13 +322,6 @@ enum drbd_timeout_flag { | |||
322 | #define DRBD_NL_CREATE_DEVICE 0x01 | 322 | #define DRBD_NL_CREATE_DEVICE 0x01 |
323 | #define DRBD_NL_SET_DEFAULTS 0x02 | 323 | #define DRBD_NL_SET_DEFAULTS 0x02 |
324 | 324 | ||
325 | /* The following line should be moved over to linux/connector.h | ||
326 | * when the time comes */ | ||
327 | #ifndef CN_IDX_DRBD | ||
328 | # define CN_IDX_DRBD 0x4 | ||
329 | /* Ubuntu "intrepid ibex" release defined CN_IDX_DRBD as 0x6 */ | ||
330 | #endif | ||
331 | #define CN_VAL_DRBD 0x1 | ||
332 | 325 | ||
333 | /* For searching a vacant cn_idx value */ | 326 | /* For searching a vacant cn_idx value */ |
334 | #define CN_IDX_STEP 6977 | 327 | #define CN_IDX_STEP 6977 |