Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf709c85 authored by Lars Ellenberg's avatar Lars Ellenberg Committed by Philipp Reisner
Browse files

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: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
parent 3b9ef85e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -672,7 +672,6 @@ enum {


/* flag bits per mdev */
/* flag bits per mdev */
enum {
enum {
	UNPLUG_QUEUED,		/* only relevant with kernel 2.4 */
	UNPLUG_REMOTE,		/* sending a "UnplugRemote" could help */
	UNPLUG_REMOTE,		/* sending a "UnplugRemote" could help */
	MD_DIRTY,		/* current uuids and flags not yet on disk */
	MD_DIRTY,		/* current uuids and flags not yet on disk */
	USE_DEGR_WFC_T,		/* degr-wfc-timeout instead of wfc-timeout. */
	USE_DEGR_WFC_T,		/* degr-wfc-timeout instead of wfc-timeout. */
@@ -681,7 +680,6 @@ enum {
	CRASHED_PRIMARY,	/* This node was a crashed primary.
	CRASHED_PRIMARY,	/* This node was a crashed primary.
				 * Gets cleared when the state.conn
				 * Gets cleared when the state.conn
				 * goes into C_CONNECTED state. */
				 * goes into C_CONNECTED state. */
	NO_BARRIER_SUPP,	/* underlying block device doesn't implement barriers */
	CONSIDER_RESYNC,
	CONSIDER_RESYNC,


	MD_NO_FUA,		/* Users wants us to not use FUA/FLUSH on meta data dev */
	MD_NO_FUA,		/* Users wants us to not use FUA/FLUSH on meta data dev */