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
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue