diff options
Diffstat (limited to 'drivers/block/drbd/drbd_req.c')
-rw-r--r-- | drivers/block/drbd/drbd_req.c | 2 |
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, | |||
662 | /* If RQ_NET_OK is already set, we got a P_WRITE_ACK or P_RECV_ACK | 662 | /* If RQ_NET_OK is already set, we got a P_WRITE_ACK or P_RECV_ACK |
663 | before the connection loss (B&C only); only P_BARRIER_ACK was missing. | 663 | before the connection loss (B&C only); only P_BARRIER_ACK was missing. |
664 | Trowing them out of the TL here by pretending we got a BARRIER_ACK | 664 | Trowing them out of the TL here by pretending we got a BARRIER_ACK |
665 | TODO: Either resync them, or ensure peer was not rebooted. */ | 665 | We ensure that the peer was not rebooted */ |
666 | if (!(req->rq_state & RQ_NET_OK)) { | 666 | if (!(req->rq_state & RQ_NET_OK)) { |
667 | if (req->w.cb) { | 667 | if (req->w.cb) { |
668 | drbd_queue_work(&mdev->data.work, &req->w); | 668 | drbd_queue_work(&mdev->data.work, &req->w); |