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

Commit 1f552430 authored by Philipp Reisner's avatar Philipp Reisner
Browse files

drbd: Renamed overwrite_peer to primary_force

parent d10a33c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ static int drbd_nl_primary(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp,
	}

	reply->ret_code =
		drbd_set_role(mdev, R_PRIMARY, primary_args.overwrite_peer);
		drbd_set_role(mdev, R_PRIMARY, primary_args.primary_force);

	return 0;
}
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#endif

NL_PACKET(primary, 1,
       NL_BIT(		1,	T_MAY_IGNORE,	overwrite_peer)
       NL_BIT(		1,	T_MAY_IGNORE,	primary_force)
)

NL_PACKET(secondary, 2, )