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

Commit 48acf868 authored by Philipp Reisner's avatar Philipp Reisner
Browse files

drbd: Microfix: Assigning sector once is sufficient

parent 0f0601f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -365,7 +365,6 @@ struct drbd_epoch_entry *drbd_alloc_ee(struct drbd_conf *mdev,
	e->size = data_size;
	e->size = data_size;
	e->flags = 0;
	e->flags = 0;
	e->sector = sector;
	e->sector = sector;
	e->sector = sector;
	e->block_id = id;
	e->block_id = id;


	return e;
	return e;