drbd: Microfix: Assigning sector once is sufficient
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
0f0601f4ea
commit
48acf86898
|
@ -365,7 +365,6 @@ struct drbd_epoch_entry *drbd_alloc_ee(struct drbd_conf *mdev,
|
|||
e->size = data_size;
|
||||
e->flags = 0;
|
||||
e->sector = sector;
|
||||
e->sector = sector;
|
||||
e->block_id = id;
|
||||
|
||||
return e;
|
||||
|
|
Loading…
Reference in New Issue