|
@@ -2814,8 +2814,7 @@ int drbd_send_dblock(struct drbd_conf *mdev, struct drbd_request *req)
|
|
|
|
|
|
p.sector = cpu_to_be64(req->sector);
|
|
|
p.block_id = (unsigned long)req;
|
|
|
- p.seq_num = cpu_to_be32(req->seq_num =
|
|
|
- atomic_add_return(1, &mdev->packet_seq));
|
|
|
+ p.seq_num = cpu_to_be32(atomic_add_return(1, &mdev->packet_seq));
|
|
|
|
|
|
dp_flags = bio_flags_to_wire(mdev, req->master_bio->bi_rw);
|
|
|
|