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

Commit e756414f authored by Philipp Reisner's avatar Philipp Reisner
Browse files

drbd: Initialize all members of sync_conf to their defaults [Bugz 315]

parent 67098930
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2689,7 +2689,8 @@ static void drbd_set_defaults(struct drbd_conf *mdev)
		/* .verify_alg = */	{}, 0,
		/* .verify_alg = */	{}, 0,
		/* .cpu_mask = */	{}, 0,
		/* .cpu_mask = */	{}, 0,
		/* .csums_alg = */	{}, 0,
		/* .csums_alg = */	{}, 0,
		/* .use_rle = */	0
		/* .use_rle = */	0,
		/* .on_no_data = */	DRBD_ON_NO_DATA_DEF
	};
	};


	/* Have to use that way, because the layout differs between
	/* Have to use that way, because the layout differs between