]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/dm-mpath-rdac.c
IB/core: Fix handling of multicast response failures
[linux-2.6-omap-h63xx.git] / drivers / md / dm-mpath-rdac.c
index 8b776b8cb7f7029c6997d2e54e31076a5adc6f54..16b1613457750e990c131592ff4501d5f9de0724 100644 (file)
@@ -292,7 +292,7 @@ static struct request *get_rdac_req(struct rdac_handler *h,
        rq->end_io_data = h;
        rq->timeout = h->timeout;
        rq->cmd_type = REQ_TYPE_BLOCK_PC;
-       rq->cmd_flags = REQ_FAILFAST | REQ_NOMERGE;
+       rq->cmd_flags |= REQ_FAILFAST | REQ_NOMERGE;
        return rq;
 }