提交 cc378270 编写于 作者: A Andreas Gruenbacher 提交者: Philipp Reisner

drbd: Initialize the sequence number sent over the network even when not used

Signed-off-by: NPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: NLars Ellenberg <lars.ellenberg@linbit.com>
上级 bdc7adb0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册