summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.c
diff options
context:
space:
mode:
authorPhilipp Reisner2010-06-22 14:03:27 +0200
committerPhilipp Reisner2010-10-14 15:01:37 +0200
commit481c6f503213ab14f69ce88fff7b1ece325522f2 (patch)
tree6d6da7d5e2893349116cfc89e6b7c755965c723a /drivers/block/drbd/drbd_req.c
parentdrbd: Delayed creation of current-UUID (diff)
downloadkernel-qcow2-linux-481c6f503213ab14f69ce88fff7b1ece325522f2.tar.gz
kernel-qcow2-linux-481c6f503213ab14f69ce88fff7b1ece325522f2.tar.xz
kernel-qcow2-linux-481c6f503213ab14f69ce88fff7b1ece325522f2.zip
drbd: Ensure that the peer was not rebootet in the meantime before resending TL
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_req.c')
-rw-r--r--drivers/block/drbd/drbd_req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_req.c b/drivers/block/drbd/drbd_req.c
index fbe027886bad..76b668245612 100644
--- a/drivers/block/drbd/drbd_req.c
+++ b/drivers/block/drbd/drbd_req.c
@@ -662,7 +662,7 @@ int __req_mod(struct drbd_request *req, enum drbd_req_event what,
/* If RQ_NET_OK is already set, we got a P_WRITE_ACK or P_RECV_ACK
before the connection loss (B&C only); only P_BARRIER_ACK was missing.
Trowing them out of the TL here by pretending we got a BARRIER_ACK
- TODO: Either resync them, or ensure peer was not rebooted. */
+ We ensure that the peer was not rebooted */
if (!(req->rq_state & RQ_NET_OK)) {
if (req->w.cb) {
drbd_queue_work(&mdev->data.work, &req->w);