mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
drbd: Initialize the sequence number sent over the network even when not used
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
bdc7adb006
commit
cc378270e4
@ -2753,7 +2753,7 @@ int drbd_send_block(struct drbd_conf *mdev, enum drbd_packet cmd,
|
||||
prepare_header(mdev, &p.head, cmd, sizeof(p) - sizeof(struct p_header80) + dgs + e->i.size);
|
||||
p.sector = cpu_to_be64(e->i.sector);
|
||||
p.block_id = e->block_id;
|
||||
/* p.seq_num = 0; No sequence numbers here.. */
|
||||
p.seq_num = 0; /* unused */
|
||||
|
||||
/* Only called by our kernel thread.
|
||||
* This one may be interrupted by DRBD_SIG and/or DRBD_SIGKILL
|
||||
|
Loading…
Reference in New Issue
Block a user