|
@@ -981,7 +981,7 @@ static int zfcp_fsf_setup_ct_els_sbals(struct zfcp_fsf_req *req,
|
|
|
}
|
|
|
|
|
|
/* use single, unchained SBAL if it can hold the request */
|
|
|
- if (zfcp_qdio_sg_one_sbale(sg_req) || zfcp_qdio_sg_one_sbale(sg_resp)) {
|
|
|
+ if (zfcp_qdio_sg_one_sbale(sg_req) && zfcp_qdio_sg_one_sbale(sg_resp)) {
|
|
|
zfcp_fsf_setup_ct_els_unchained(adapter->qdio, &req->qdio_req,
|
|
|
sg_req, sg_resp);
|
|
|
return 0;
|