diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2012-07-30 03:07:04 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-08 10:58:38 -0500 |
commit | bf709c8552bcbbbc66ecc11555a781e814a037d8 (patch) | |
tree | ecaadc10f4c3f472ec682218fc03378f71da6655 /drivers/block/drbd | |
parent | 3b9ef85e05f123f535d4ee1c5041b80f80648e50 (diff) |
drbd: cleanup, remove two unused global flags
The two unused "global flags" in 8.3 are "per volume" flags in 8.4.
Still, they are unused, so lose them.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd')
-rw-r--r-- | drivers/block/drbd/drbd_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 8b26a2c954de..b343875c9dee 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h | |||
@@ -672,7 +672,6 @@ enum { | |||
672 | 672 | ||
673 | /* flag bits per mdev */ | 673 | /* flag bits per mdev */ |
674 | enum { | 674 | enum { |
675 | UNPLUG_QUEUED, /* only relevant with kernel 2.4 */ | ||
676 | UNPLUG_REMOTE, /* sending a "UnplugRemote" could help */ | 675 | UNPLUG_REMOTE, /* sending a "UnplugRemote" could help */ |
677 | MD_DIRTY, /* current uuids and flags not yet on disk */ | 676 | MD_DIRTY, /* current uuids and flags not yet on disk */ |
678 | USE_DEGR_WFC_T, /* degr-wfc-timeout instead of wfc-timeout. */ | 677 | USE_DEGR_WFC_T, /* degr-wfc-timeout instead of wfc-timeout. */ |
@@ -681,7 +680,6 @@ enum { | |||
681 | CRASHED_PRIMARY, /* This node was a crashed primary. | 680 | CRASHED_PRIMARY, /* This node was a crashed primary. |
682 | * Gets cleared when the state.conn | 681 | * Gets cleared when the state.conn |
683 | * goes into C_CONNECTED state. */ | 682 | * goes into C_CONNECTED state. */ |
684 | NO_BARRIER_SUPP, /* underlying block device doesn't implement barriers */ | ||
685 | CONSIDER_RESYNC, | 683 | CONSIDER_RESYNC, |
686 | 684 | ||
687 | MD_NO_FUA, /* Users wants us to not use FUA/FLUSH on meta data dev */ | 685 | MD_NO_FUA, /* Users wants us to not use FUA/FLUSH on meta data dev */ |