diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2012-06-18 08:18:56 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-07-24 08:02:41 -0400 |
commit | d264580145a0aee2f5113c37b178a55b6e1b0b32 (patch) | |
tree | 23d1760146841c37e45e65ed9c68cc868e737689 | |
parent | 28a33cbc24e4256c143dce96c7d93bf423229f92 (diff) |
drbd: cleanup, remove two unused global flags
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
-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 02f013a073a7..356a6e5b4415 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h | |||
@@ -813,7 +813,6 @@ enum { | |||
813 | SIGNAL_ASENDER, /* whether asender wants to be interrupted */ | 813 | SIGNAL_ASENDER, /* whether asender wants to be interrupted */ |
814 | SEND_PING, /* whether asender should send a ping asap */ | 814 | SEND_PING, /* whether asender should send a ping asap */ |
815 | 815 | ||
816 | UNPLUG_QUEUED, /* only relevant with kernel 2.4 */ | ||
817 | UNPLUG_REMOTE, /* sending a "UnplugRemote" could help */ | 816 | UNPLUG_REMOTE, /* sending a "UnplugRemote" could help */ |
818 | MD_DIRTY, /* current uuids and flags not yet on disk */ | 817 | MD_DIRTY, /* current uuids and flags not yet on disk */ |
819 | DISCARD_CONCURRENT, /* Set on one node, cleared on the peer! */ | 818 | DISCARD_CONCURRENT, /* Set on one node, cleared on the peer! */ |
@@ -824,7 +823,6 @@ enum { | |||
824 | CRASHED_PRIMARY, /* This node was a crashed primary. | 823 | CRASHED_PRIMARY, /* This node was a crashed primary. |
825 | * Gets cleared when the state.conn | 824 | * Gets cleared when the state.conn |
826 | * goes into C_CONNECTED state. */ | 825 | * goes into C_CONNECTED state. */ |
827 | NO_BARRIER_SUPP, /* underlying block device doesn't implement barriers */ | ||
828 | CONSIDER_RESYNC, | 826 | CONSIDER_RESYNC, |
829 | 827 | ||
830 | MD_NO_FUA, /* Users wants us to not use FUA/FLUSH on meta data dev */ | 828 | MD_NO_FUA, /* Users wants us to not use FUA/FLUSH on meta data dev */ |