diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2009-11-25 11:50:00 -0500 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2009-11-25 11:57:36 -0500 |
commit | 35a8a3fdcd4f973a5430e868f2f2a5c363803a5b (patch) | |
tree | bdf7e2d8c7ae482251b348e526fa1260f67f3eef /include/linux/drbd.h | |
parent | ad85dfe67bbf13d5fa20764e4ce801a1e6e526d8 (diff) |
drbd: moved CN_IDX_DRBD and CN_VAL_DRBD to the right file
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
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 |