mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00:00
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->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…
x
Reference in New Issue
Block a user